pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Let -D flags be passed through the trans...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/697016851223
branches:  trunk
changeset: 472990:697016851223
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 15 09:31:48 2004 +0000

description:
Let -D flags be passed through the transformation script, so that they
can be easily suppressed/modified from package Makefiles; this is needed
to fix some programs to build against GTK+ 2.4 without having to patch
the sources.

diffstat:

 mk/buildlink3/logic |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 49fa6ac7ec8f -r 697016851223 mk/buildlink3/logic
--- a/mk/buildlink3/logic       Thu Apr 15 09:17:30 2004 +0000
+++ b/mk/buildlink3/logic       Thu Apr 15 09:31:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: logic,v 1.5 2003/10/04 10:20:09 jlam Exp $
+# $NetBSD: logic,v 1.6 2004/04/15 09:31:48 jmmv Exp $
 #
 # If the wrapper caches don't cover the $arg we're examining, then run
 # it through the transformations and any wrapper-specific post-logic
@@ -13,10 +13,6 @@
 searcharg="$qarg"
 
 case $arg in
--D*)
-       arg="$qarg"
-       addtocache=yes
-       ;;
 -*|/*)
        arg=`$echo "X$qarg" | $Xsed @_BLNK_TRANSFORM_SED@`
        addtocache=yes



Home | Main Index | Thread Index | Old Index