diff options
-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: |