diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-23 16:18:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-23 16:18:26 +0800 |
commit | 9fa1f7e1206b43811761f19f7881d2f110c3fcc9 (patch) | |
tree | 631efa999aba99dbf8f00b812c758e1b3dc498ac /math | |
parent | 039069144fd1248eb6ec81527dc65f63211d1f24 (diff) | |
download | freebsd-ports-gnome-9fa1f7e1206b43811761f19f7881d2f110c3fcc9.tar.gz freebsd-ports-gnome-9fa1f7e1206b43811761f19f7881d2f110c3fcc9.tar.zst freebsd-ports-gnome-9fa1f7e1206b43811761f19f7881d2f110c3fcc9.zip |
fix build on -current
PR: 46477
Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Diffstat (limited to 'math')
-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 |