diff options
author | jlam <jlam> | 2004-09-21 15:04:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-09-21 15:04:34 +0000 |
commit | 295bb25142ef756c795eed24d9c2df609e1c62cb (patch) | |
tree | 36131fb28de897ead40014f003efe2b0f6ff2bc7 /lang/gcc3 | |
parent | 2a59126b867d7adc55f10cc6866febf0a0a5dd54 (diff) | |
download | pkgsrc-295bb25142ef756c795eed24d9c2df609e1c62cb.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.common | 6 |
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 |