diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 00:04:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 00:04:29 +0000 |
commit | 35fe0c9d82a2b9f50b86b3f96a0b31c25bffa62f (patch) | |
tree | 5426880f758db5cd00bb6b4c683b397ad0b10ac7 /devel/xparam | |
parent | 5aa665505ac21b307961d4d0a76f1523bcca01d1 (diff) |
Notes
Diffstat (limited to 'devel/xparam')
-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 64b8ca0fba13..e74793b03e5f 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> |