summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-23 08:18:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-23 08:18:26 +0000
commit0d98d3d2814e8bf49ac6f130bbb7515f37df4a99 (patch)
tree8f8a4fdd4ed933d9fd055825a2f98272a0a65f61 /math
parentfix build on -current (diff)
fix build on -current
PR: 46477 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Notes
Notes: svn path=/head/; revision=71813
Diffstat (limited to 'math')
-rw-r--r--math/pspp/Makefile8
-rw-r--r--math/pspp/files/patch-src::glob.c10
2 files changed, 11 insertions, 7 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 42614c7eae77..86a1c52b0f12 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -15,10 +15,4 @@ MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500035
-BROKEN= "Does not compile on 5.0"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/pspp/files/patch-src::glob.c b/math/pspp/files/patch-src::glob.c
new file mode 100644
index 000000000000..027d8f73f2b2
--- /dev/null
+++ b/math/pspp/files/patch-src::glob.c
@@ -0,0 +1,10 @@
+--- src/glob.c.orig Mon Dec 23 04:32:08 2002
++++ src/glob.c Mon Dec 23 04:32:19 2002
+@@ -20,6 +20,7 @@
+ #include <config.h>
+
+ #include <assert.h>
++#include <stdio.h>
+ #include <stdlib.h>
+
+ #if TIME_WITH_SYS_TIME