summaryrefslogtreecommitdiffstats
path: root/net/ggsd
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 08:19:09 +0000
committerlinimon <linimon@FreeBSD.org>2007-10-01 08:19:09 +0000
commit9d97a11fa8a9acccca52dca3fc0e1d81926cb880 (patch)
tree915563300c9e6c6e14d3b6c660f96203aec8000f /net/ggsd
parent543fed9a2fc454185157300c484daa5f67b33155 (diff)
downloadFreeBSD-ports-9d97a11fa8a9acccca52dca3fc0e1d81926cb880.zip
FreeBSD-ports-9d97a11fa8a9acccca52dca3fc0e1d81926cb880.tar.gz
Mark as broken on gcc4.2.
Diffstat (limited to 'net/ggsd')
-rw-r--r--net/ggsd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile
index 8a62879..63b71e0 100644
--- a/net/ggsd/Makefile
+++ b/net/ggsd/Makefile
@@ -32,4 +32,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/example.scr ${DOCSDIR}
.endif
-.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>
OpenPOWER on IntegriCloud