summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-09-21 15:04:34 +0000
committerjlam <jlam@pkgsrc.org>2004-09-21 15:04:34 +0000
commit051cca1478ef8c8b9da29ea8842e8477935c517b (patch)
tree36131fb28de897ead40014f003efe2b0f6ff2bc7 /lang/gcc3
parent1d55af8fb22c7af54d865aef3f622a1aa67ea527 (diff)
downloadpkgsrc-051cca1478ef8c8b9da29ea8842e8477935c517b.tar.gz
Adapt to differences between the old buildlink3 wrapper scripts and the
new wrapper scripts.
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common
index 4055635d1b1..bebc9d58287 100644
--- a/lang/gcc3/Makefile.common
+++ b/lang/gcc3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/09/08 08:42:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/09/21 15:04:34 jlam Exp $
GCC_VERSION= 3.3.4
DISTNAME= gcc-${GCC_VERSION}
@@ -120,13 +120,13 @@ GCC_ARCHSUBDIR= ${GCC_SUBPREFIX}/lib/gcc-lib/${GCC_PLATFORM}/${GCC_VERSION}
GCC_ARCHDIR= ${PREFIX}/${GCC_ARCHSUBDIR}
.if defined(INSTLIBS)
-BUILDLINK_LIBTOOL= ${BUILDLINK_DIR}/bin/libtool
+_WRAPPEES+= LIBTOOL
.PHONY: scrub-libtool-archives
post-build: scrub-libtool-archives
scrub-libtool-archives:
. for lafile in ${INSTLIBS}
- ${BUILDLINK_LIBTOOL} --fix-la ${WRKSRC}/${GCC_PLATFORM}/${lafile}
+ ${LIBTOOL} --mode=unwrap -o ${WRKSRC}/${GCC_PLATFORM}/${lafile}
. endfor
.endif