diff options
Diffstat (limited to 'math/spar/files')
-rw-r--r-- | math/spar/files/patch-calculator::Makefile.in | 11 | ||||
-rw-r--r-- | math/spar/files/patch-lib::randist::rand.c | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/math/spar/files/patch-calculator::Makefile.in b/math/spar/files/patch-calculator::Makefile.in new file mode 100644 index 0000000..725ba36 --- /dev/null +++ b/math/spar/files/patch-calculator::Makefile.in @@ -0,0 +1,11 @@ +--- calculator/Makefile.in.orig Sun Jul 1 02:55:42 2001 ++++ calculator/Makefile.in Sun Jul 1 02:55:56 2001 +@@ -91,7 +91,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I.. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lcompat + spar_OBJECTS = commands.o commands_table.o shell.o spar.o + spar_DEPENDENCIES = ../lib/.libs/libspar.so + spar_LDFLAGS = diff --git a/math/spar/files/patch-lib::randist::rand.c b/math/spar/files/patch-lib::randist::rand.c new file mode 100644 index 0000000..792b9fa --- /dev/null +++ b/math/spar/files/patch-lib::randist::rand.c @@ -0,0 +1,10 @@ +--- lib/randist/rand.c.orig Sun Jul 1 02:45:44 2001 ++++ lib/randist/rand.c Sun Jul 1 02:46:03 2001 +@@ -64,6 +64,7 @@ + * struct timeb to be defined. They can be
+ * found in timeb.h.
+ */
++#include <sys/types.h> + #include <sys/timeb.h>
+
void
+ sl_randomize (void)
|