diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-23 08:18:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-23 08:18:26 +0000 |
commit | 0d98d3d2814e8bf49ac6f130bbb7515f37df4a99 (patch) | |
tree | 8f8a4fdd4ed933d9fd055825a2f98272a0a65f61 /math/pspp | |
parent | 75b89d411b5f0bb06849f7ca37d7252b86dadee2 (diff) | |
download | ports-0d98d3d2814e8bf49ac6f130bbb7515f37df4a99.tar.gz ports-0d98d3d2814e8bf49ac6f130bbb7515f37df4a99.zip |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 8 | ||||
-rw-r--r-- | math/pspp/files/patch-src::glob.c | 10 |
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 |