summaryrefslogtreecommitdiff
path: root/emulators/hfs
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 08:27:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 08:27:46 +0000
commit75b9cb31ff48a8a25ab94f39bfae3de94d9b2002 (patch)
tree56a3fd23b4c7ed1685709339ac3ab63cbdd8bf9a /emulators/hfs
parentMark as broken: fails to install. (diff)
Mark broken on gcc4.2.
Notes
Notes: svn path=/head/; revision=200436
Diffstat (limited to 'emulators/hfs')
-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>