diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-30 19:00:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-30 19:00:36 +0000 |
commit | b2b234207e50464c649f86556cd6be78d088cb47 (patch) | |
tree | 8a74164b62163d89c1b4d71889f50f676bb0c943 /math/spar/files | |
parent | 3324224a751dd990fe837f47b71fb4c03f82d5ab (diff) | |
download | FreeBSD-ports-b2b234207e50464c649f86556cd6be78d088cb47.zip FreeBSD-ports-b2b234207e50464c649f86556cd6be78d088cb47.tar.gz |
upgrade to 0.5.10
drop maintainership
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)
|