diff options
author | gerald <gerald@FreeBSD.org> | 2005-07-19 15:07:34 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-07-19 15:07:34 +0000 |
commit | b830cbcf6c12cb0fc42bdea3508f424b5910a8ea (patch) | |
tree | a21b1dcaaad2ecf4961a43c195a802d0ddbe83ac /lang/gcc48 | |
parent | 5b310ef0b7e0fca4a8c7fbc4b0dd965e610a0301 (diff) | |
download | FreeBSD-ports-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.zip FreeBSD-ports-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.tar.gz |
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 5a8407c..e7097a0 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/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 |