summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
committerjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
commit8d572feba3c42eb07c7ebefebf9ff3a724667181 (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /graphics
parent672b3353149f2b5c9cc6489409ee5a8d157e9060 (diff)
downloadpkgsrc-8d572feba3c42eb07c7ebefebf9ff3a724667181.tar.gz
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/Makefile4
-rw-r--r--graphics/giram/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 2d09dc9ee4b..e840e1d517b 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/03/03 00:20:19 snj Exp $
+# $NetBSD: Makefile,v 1.32 2004/08/28 06:05:32 jlam Exp $
#
PKGNAME= MesaLib-${MESA_VERSION}
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-sparc
.endif
.if !empty(CC_VERSION:Mgcc-3*)
-BUILDLINK_TRANSFORM+= S:-O[23]:
+BUILDLINK_TRANSFORM+= rm:-O[23]
.endif
pre-build:
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 7092bc6c608..a845e0d0305 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/05/16 00:57:24 kristerw Exp $
+# $NetBSD: Makefile,v 1.38 2004/08/28 06:05:32 jlam Exp $
#
DISTNAME= giram-0.3.5
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/0.3
SHLIBTOOL_OVERRIDE= libtool
-BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
+BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
OWN_DIRS+= ${PKG_SYSCONFDIR}/0.3
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc \