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