diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 00:04:29 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 00:04:29 +0000 |
commit | adc850a25dbbea68182e4f7c4a67d65e7b490b63 (patch) | |
tree | 475b6aeb8c501f8241b23eaa9e1ec7003aa86c8a /devel | |
parent | 717e5fbbe4526b96ed672b2d9cfddae89c30ed71 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |