diff options
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index a42067bbf996..8e1c973e8a97 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -21,6 +21,8 @@ LDFLAGS+= -L${LOCALBASE}/lib # does not build on: NOT_FOR_ARCHS= amd64 +CONFLICTS?= gcc-3.2* + .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif |