aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 16:27:46 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 16:27:46 +0800
commit28f949779d5331066109f7e09cefac388ca015f4 (patch)
tree8fc7fbcb2aa176426825474aaa3a19290433bdc2
parentf83b9f29e394ba1c2e4bad4c5785335829b779d3 (diff)
downloadfreebsd-ports-gnome-28f949779d5331066109f7e09cefac388ca015f4.tar.gz
freebsd-ports-gnome-28f949779d5331066109f7e09cefac388ca015f4.tar.zst
freebsd-ports-gnome-28f949779d5331066109f7e09cefac388ca015f4.zip
Mark broken on gcc4.2.
-rw-r--r--emulators/hfs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 8188f4952cda..0be380aee665 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -26,4 +26,10 @@ pre-install:
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
-.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>