diff options
author | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
commit | 5f904e59871feaea408398a54183ec15241147eb (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /databases | |
parent | e034948f3d4b073559fd283f487b19a5ab970431 (diff) | |
download | pkgsrc-5f904e59871feaea408398a54183ec15241147eb.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')
-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 |