diff options
author | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
commit | af206def0ac6356f5efca10bfa6dd094f531d52d (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /databases/db4 | |
parent | 3afd5062de93e84692e1981a06dd699bb46e4fcb (diff) | |
download | pkgsrc-af206def0ac6356f5efca10bfa6dd094f531d52d.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/Makefile | 6 |
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 |