summaryrefslogtreecommitdiff
path: root/lang/gcc33
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-07-19 15:07:34 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-07-19 15:07:34 +0000
commit16962b6b7423bfe55b274da7c01db681b1734a8d (patch)
tree716e2312128580418d13b6bb4f0227b0f2363ce1 /lang/gcc33
parentGCC 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/gcc33')
-rw-r--r--lang/gcc33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 446ad48b15f5..7efcec434448 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -62,7 +62,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