diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-01 23:01:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-01 23:01:55 +0000 |
commit | 4be200dfa94f03570092c3da3b699a40f82522d0 (patch) | |
tree | 7df4be3aba44fe11cdcab10a11ad52c77162820a | |
parent | Update to 0.92.2. (diff) |
- add LDFLAGS, make compatible to lang/gcc33
-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 |