diff options
author | kris <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
commit | 4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae (patch) | |
tree | bfad1c5a415ba3bf86fc67750ccb4b476511b188 /devel/commoncpp | |
parent | 13ccd05622018a941264027d27d850ec2adc030a (diff) | |
download | FreeBSD-ports-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.zip FreeBSD-ports-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.gz |
BROKEN on 5.x: Does not compile with gcc 3.4.2
Diffstat (limited to 'devel/commoncpp')
-rw-r--r-- | devel/commoncpp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 9246596..d6e8aca 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -26,4 +26,10 @@ INSTALLS_SHLIB= yes INFO= commoncpp2 -.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> |