diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 08:27:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 08:27:46 +0000 |
commit | 75b9cb31ff48a8a25ab94f39bfae3de94d9b2002 (patch) | |
tree | 56a3fd23b4c7ed1685709339ac3ab63cbdd8bf9a /emulators/hfs | |
parent | a8d327485a5fc2510c87a175157e33ab78cd6590 (diff) | |
download | ports-75b9cb31ff48a8a25ab94f39bfae3de94d9b2002.tar.gz ports-75b9cb31ff48a8a25ab94f39bfae3de94d9b2002.zip |
Notes
Diffstat (limited to 'emulators/hfs')
-rw-r--r-- | emulators/hfs/Makefile | 8 |
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> |