diff options
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index c85c9466517a..a42067bbf996 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -16,7 +16,7 @@ WANT_THREADS_SUPPORT= yes MASTERDIR?= ${.CURDIR}/../../lang/gcc32 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} -LDFLAGS+= -L${LCOALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib # does not build on: NOT_FOR_ARCHS= amd64 |