aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-09-16 12:07:03 +0800
committerdinoex <dinoex@FreeBSD.org>2005-09-16 12:07:03 +0800
commit3146fe4c1a3478b9096a518effeec012216df681 (patch)
tree73923dd477380c3bb9527af78b9c054fa3d99d34 /lang
parent47d16f813b41856f592a24b6d2e1ff7ed0998527 (diff)
downloadfreebsd-ports-graphics-3146fe4c1a3478b9096a518effeec012216df681.tar.gz
freebsd-ports-graphics-3146fe4c1a3478b9096a518effeec012216df681.tar.zst
freebsd-ports-graphics-3146fe4c1a3478b9096a518effeec012216df681.zip
- cleanup LDCONFIG_DIRS
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-objc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile
index 963e16da511..e6f8dd6dc2e 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)