summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-20 00:04:29 +0000
committerkris <kris@FreeBSD.org>2006-01-20 00:04:29 +0000
commitadc850a25dbbea68182e4f7c4a67d65e7b490b63 (patch)
tree475b6aeb8c501f8241b23eaa9e1ec7003aa86c8a /devel
parent717e5fbbe4526b96ed672b2d9cfddae89c30ed71 (diff)
downloadFreeBSD-ports-adc850a25dbbea68182e4f7c4a67d65e7b490b63.zip
FreeBSD-ports-adc850a25dbbea68182e4f7c4a67d65e7b490b63.tar.gz
BROKEN: Still has internal compiler errors on 5.x
Diffstat (limited to 'devel')
-rw-r--r--devel/xparam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile
index 64b8ca0..e74793b 100644
--- a/devel/xparam/Makefile
+++ b/devel/xparam/Makefile
@@ -20,4 +20,10 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:13
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud