uudeview/uudeview-matherr.patch
Reinhard Max 6046b15e89 - Drop obsolete build dependency on mininews (usenet is dead).
- Drop unneeded build dependency on postfix.
- Add a soft runtime dependency on /sbin/sendmail.

OBS-URL: https://build.opensuse.org/package/show/server:mail/uudeview?expand=0&rev=13
2025-02-07 15:33:29 +00:00

18 lines
447 B
Diff

--- a/uudeview-0.5.20/tcl/uutcl.c 2018-03-15 20:53:21.698000000 +0000
+++ b/uudeview-0.5.20/tcl/uutcl.c 2018-03-15 20:53:32.646000000 +0000
@@ -48,14 +48,6 @@
#include <tcl.h>
#endif
-/*
- * The following variable is a special hack that is needed in order for
- * Sun shared libraries to be used for Tcl.
- */
-
-extern int matherr();
-int *tclDummyMathPtr = (int *) matherr;
-
#include <uudeview.h>
#include <uuint.h>
#include <fptools.h>