summaryrefslogtreecommitdiff
path: root/mk/buildlink3/logic
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-15 09:31:48 +0000
committerjmmv <jmmv>2004-04-15 09:31:48 +0000
commitc255915c79884ec32eb4cabe717327ed52ee429c (patch)
tree03dc453d23b8e8279bd2b635313957ab2ca72426 /mk/buildlink3/logic
parentb6d31ab12d78aa4e3e2190321cac5758d6517397 (diff)
downloadpkgsrc-c255915c79884ec32eb4cabe717327ed52ee429c.tar.gz
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 (limited to 'mk/buildlink3/logic')
-rw-r--r--mk/buildlink3/logic6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/buildlink3/logic b/mk/buildlink3/logic
index b42d8e7ae5e..d2ef9482f0d 100644
--- a/mk/buildlink3/logic
+++ b/mk/buildlink3/logic
@@ -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 @@ cachesettings='arg="$cachearg"; cachehit=yes'
searcharg="$qarg"
case $arg in
--D*)
- arg="$qarg"
- addtocache=yes
- ;;
-*|/*)
arg=`$echo "X$qarg" | $Xsed @_BLNK_TRANSFORM_SED@`
addtocache=yes