diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-08-17 05:02:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-08-17 05:02:48 +0000 |
commit | 220269ea3e7a12cb277cbb5964e025b5ef9d3352 (patch) | |
tree | 089eedca41e5428ecc9982d7820c6109330aea7a /lang/gnustep-base | |
parent | 5fb997eb4863571de15354f66c4d92bf0266bf2c (diff) |
Notes
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index c7cb0cec2615..a34af4907812 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -56,6 +56,12 @@ EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch .include <bsd.port.pre.mk> +.if defined(GNUSTEP_WITH_GCC42) +.if (${ARCH} == i386) || (${ARCH} == amd64) +BROKEN= Does not build with gcc42 +.endif +.endif + PATH:= ${PREFIX}/System/Tools:${PATH} post-build: |