pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Adapt to differences between the old buildli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64549d255552
branches:  trunk
changeset: 480845:64549d255552
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 21 15:04:34 2004 +0000

description:
Adapt to differences between the old buildlink3 wrapper scripts and the
new wrapper scripts.

diffstat:

 lang/gcc3/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 4dbcdc54bd48 -r 64549d255552 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Tue Sep 21 15:01:38 2004 +0000
+++ b/lang/gcc3/Makefile.common Tue Sep 21 15:04:34 2004 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index