View | Details | Raw Unified | Return to bug 46477
Collapse All | Expand All

(-)pspp.new/Makefile (-7 / +1 lines)
Lines 15-24 Link Here
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
17
18
.include <bsd.port.pre.mk>
18
.include <bsd.port.mk>
19
20
.if ${OSVERSION} >= 500035
21
BROKEN=		"Does not compile on 5.0"
22
.endif
23
24
.include <bsd.port.post.mk>
(-)pspp.new/files/patch-src::glob.c (+10 lines)
Line 0 Link Here
1
--- src/glob.c.orig	Mon Dec 23 04:32:08 2002
2
+++ src/glob.c	Mon Dec 23 04:32:19 2002
3
@@ -20,6 +20,7 @@
4
 #include <config.h>
5
 
6
 #include <assert.h>
7
+#include <stdio.h>
8
 #include <stdlib.h>
9
 
10
 #if TIME_WITH_SYS_TIME

Return to bug 46477