summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-15 09:31:48 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-15 09:31:48 +0000
commited73278ee05712cd2e53283e05720e0591b05535 (patch)
tree03dc453d23b8e8279bd2b635313957ab2ca72426 /mk/buildlink3
parent7ba872fe595d3a57d797c077c22232092e13341a (diff)
downloadpkgsrc-ed73278ee05712cd2e53283e05720e0591b05535.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