diff options
Diffstat (limited to 'net-p2p/gtkhx/Makefile')
-rw-r--r-- | net-p2p/gtkhx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 484c21ec393..aaa5bdc2bd0 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> |