diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-07-19 15:07:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-07-19 15:07:34 +0000 |
commit | 16962b6b7423bfe55b274da7c01db681b1734a8d (patch) | |
tree | 716e2312128580418d13b6bb4f0227b0f2363ce1 /lang/gcc48 | |
parent | GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX. (diff) |
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
Notes
Notes:
svn path=/head/; revision=139596
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 5a8407c2094f..e7097a095692 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 |