aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc44
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-07-19 23:07:34 +0800
committergerald <gerald@FreeBSD.org>2005-07-19 23:07:34 +0800
commitb830cbcf6c12cb0fc42bdea3508f424b5910a8ea (patch)
treea21b1dcaaad2ecf4961a43c195a802d0ddbe83ac /lang/gcc44
parent5b310ef0b7e0fca4a8c7fbc4b0dd965e610a0301 (diff)
downloadfreebsd-ports-gnome-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.tar.gz
freebsd-ports-gnome-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.tar.zst
freebsd-ports-gnome-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.zip
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
Diffstat (limited to 'lang/gcc44')
-rw-r--r--lang/gcc44/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 5a8407c2094f..e7097a095692 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
.if defined(WANT_SHAREDLIBS)
CONFIGURE_ARGS+= --enable-shared
INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
+LDCONFIG_DIRS= ${TARGLIB}
.else
CONFIGURE_ARGS+= --disable-shared
.endif