aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc31
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-11 04:00:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-11 04:00:50 +0000
commitbed46151b4c6e26fa7be388e2a5e1ab7bb5e1e52 (patch)
treef6af83342fb81c8a4d25b44b0193d45842015d56 /lang/gcc31
parent5e2edc3f150f9a578985f1476f300ef65d0c68c3 (diff)
downloadports-bed46151b4c6e26fa7be388e2a5e1ab7bb5e1e52.tar.gz
ports-bed46151b4c6e26fa7be388e2a5e1ab7bb5e1e52.zip
Notes
Diffstat (limited to 'lang/gcc31')
-rw-r--r--lang/gcc31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile
index 3f887a50f0bd..713315671828 100644
--- a/lang/gcc31/Makefile
+++ b/lang/gcc31/Makefile
@@ -120,7 +120,7 @@ post-install:
${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${PORTVERSION}
# These 3 libraries are moved from PREFIX/lib to avoid conflicts
# with the stock compiler.
-.for file in libstdc++ libsupc++ libg2c libfrtbegin libobjc
+.for file in libstdc++ libsupc++ libobjc
${MV} -f ${PREFIX}/lib/${file}.* ${TARGLIB}
.endfor
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}