diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-09-16 12:07:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-09-16 12:07:03 +0800 |
commit | 3146fe4c1a3478b9096a518effeec012216df681 (patch) | |
tree | 73923dd477380c3bb9527af78b9c054fa3d99d34 /lang/gcc-objc | |
parent | 47d16f813b41856f592a24b6d2e1ff7ed0998527 (diff) | |
download | freebsd-ports-gnome-3146fe4c1a3478b9096a518effeec012216df681.tar.gz freebsd-ports-gnome-3146fe4c1a3478b9096a518effeec012216df681.tar.zst freebsd-ports-gnome-3146fe4c1a3478b9096a518effeec012216df681.zip |
- cleanup LDCONFIG_DIRS
Diffstat (limited to 'lang/gcc-objc')
-rw-r--r-- | lang/gcc-objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile index 963e16da5117..e6f8dd6dc2e8 100644 --- a/lang/gcc-objc/Makefile +++ b/lang/gcc-objc/Makefile @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs WANT_SHAREDLIBS= yes WITHOUT_LIBJAVA= yes INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} LDFLAGS+= -L${LOCALBASE}/lib .if !defined(GNUSTEP_WITH_GCC32) && !defined(GNUSTEP_WITH_GCC33) && !defined(GNUSTEP_WITH_GCC34) |