diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-12-12 10:19:17 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-12-12 10:19:17 +0000 |
commit | ecd19d3b7b07b2ec5f3c5b3df85dd5a9dee65d67 (patch) | |
tree | 0d5d52cded43d7e31f94b7e2b3ec0a70a81a89f5 /math/pspp | |
parent | 01fc5d78a9766fd6453997b5c1aa336b614ef0cb (diff) |
Unbreak on 4.x: Builds fine with GCC 3.4+
Notes
Notes:
svn path=/head/; revision=150972
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index ece59bfe0938..bb714c3c3787 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -27,7 +27,7 @@ INFO= pspp .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "does not compile" +USE_GCC= 3.4+ .endif .include <bsd.port.post.mk> |