summaryrefslogtreecommitdiff
path: root/databases/db4
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 /databases/db4
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 'databases/db4')
-rw-r--r--databases/db4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index 392aecf2a31..b3675cbe6a4 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/07/01 15:17:21 recht Exp $
+# $NetBSD: Makefile,v 1.22 2004/08/28 06:05:31 jlam Exp $
DISTNAME= db-4.2.52
PKGNAME= ${DISTNAME:S/db/db4/}
@@ -45,9 +45,9 @@ MAKEFLAGS+= _GCC_IS_TOO_OLD=${_GCC_IS_TOO_OLD}
. if !empty(_GCC_IS_TOO_OLD:M[yY][eE][sS])
#
# Pre-3.3 GCC has an optimization bug tickled by the db4 code, so remove
-# optimization when
+# optimization.
#
-BUILDLINK_TRANSFORM+= S:-O[0-9]*:
+BUILDLINK_TRANSFORM+= rm:-O[0-9]*
. endif
. endif
.endif