summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-15 09:31:48 +0000
committerjmmv <jmmv>2004-04-15 09:31:48 +0000
commit40bf5a17e51e17125ee3b132c95d8e6b74452ea1 (patch)
tree03dc453d23b8e8279bd2b635313957ab2ca72426 /mk/buildlink3
parent3e68af690d1d7a7290ec62203db57d5f40b72aa7 (diff)
downloadpkgsrc-40bf5a17e51e17125ee3b132c95d8e6b74452ea1.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')
-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