pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc44 Remove old BUILDLINK_FNAME_TRANSFORM, which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad685c3569e5
branches:  trunk
changeset: 598923:ad685c3569e5
user:      hans <hans%pkgsrc.org@localhost>
date:      Wed Feb 01 21:17:05 2012 +0000

description:
Remove old BUILDLINK_FNAME_TRANSFORM, which seems to have been
cargo-culted from an older gcc package directly installing into
/usr/pkg. Add include/ to buildlinked files.

diffstat:

 lang/gcc44/buildlink3.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 62547fe6347c -r ad685c3569e5 lang/gcc44/buildlink3.mk
--- a/lang/gcc44/buildlink3.mk  Wed Feb 01 20:48:57 2012 +0000
+++ b/lang/gcc44/buildlink3.mk  Wed Feb 01 21:17:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2011/07/14 19:54:55 hans Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2012/02/01 21:17:05 hans Exp $
 
 BUILDLINK_TREE+=       gcc44
 
@@ -46,8 +46,7 @@
 
 BUILDLINK_FILES_CMD.gcc44=     \
        (cd  ${BUILDLINK_PREFIX.gcc44} &&       \
-       ${FIND} ${_GCC44_SUBDIR}/bin ${_GCC44_SUBDIR}/libexec ${_GCC44_SUBDIR}/lib \( -type f -o -type l \) -print)
-BUILDLINK_FNAME_TRANSFORM.gcc44=       -e s:buildlink:buildlink/gcc44:
+       ${FIND} ${_GCC44_SUBDIR}/bin ${_GCC44_SUBDIR}/include ${_GCC44_SUBDIR}/libexec ${_GCC44_SUBDIR}/lib \( -type f -o -type l \) -print)
 
 # When not using the GNU linker, gcc will always link shared libraries
 # against the shared version of libgcc. Always enable _USE_GCC_SHILB on



Home | Main Index | Thread Index | Old Index