summaryrefslogtreecommitdiff
path: root/databases/db4/hacks.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /databases/db4/hacks.mk
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'databases/db4/hacks.mk')
-rw-r--r--databases/db4/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db4/hacks.mk b/databases/db4/hacks.mk
index 161dadbc279..31e6f7d5ae6 100644
--- a/databases/db4/hacks.mk
+++ b/databases/db4/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.3 2005/07/01 15:32:51 tron Exp $
+# $NetBSD: hacks.mk,v 1.4 2005/12/05 20:49:57 rillig Exp $
### [Sun Mar 14 19:32:40 UTC 2004 : jlam]
### GCC 3.3.x and older versions have an optimization bug on powerpc that's
@@ -15,7 +15,7 @@ _GCC_IS_TOO_OLD!= \
else \
${ECHO} "no"; \
fi
-MAKEFLAGS+= _GCC_IS_TOO_OLD=${_GCC_IS_TOO_OLD}
+MAKEFLAGS+= _GCC_IS_TOO_OLD=${_GCC_IS_TOO_OLD:Q}
. endif
. if !empty(_GCC_IS_TOO_OLD:M[yY][eE][sS])
PKG_HACKS+= powerpc-codegen