diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:50:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:50:10 +0000 |
commit | 67b63a22b3fc83f976416fd9aba947cefda05ad1 (patch) | |
tree | e9c823a3c4ede59846f38f7ae18f84331df06736 | |
parent | c71fac030fc6abef2030ea67664cf3cb4abac226 (diff) | |
download | ports-67b63a22b3fc83f976416fd9aba947cefda05ad1.tar.gz ports-67b63a22b3fc83f976416fd9aba947cefda05ad1.zip |
Notes
-rw-r--r-- | net-mgmt/sendip/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/gtkhx/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index d0dc40282bc5..bad81d3e994d 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/sendip/Makefile @@ -20,4 +20,10 @@ USE_LDCONFIG= yes MAN1= sendip.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 484c21ec393f..aaa5bdc2bd0f 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} MAN1= gtkhx.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |