Dirk Mueller
e341762771
- Add uudeview-matherr.patch: Patch taken from fedora, fixes build. OBS-URL: https://build.opensuse.org/request/show/606792 OBS-URL: https://build.opensuse.org/package/show/server:mail/uudeview?expand=0&rev=7
18 lines
447 B
Diff
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>
|