summaryrefslogtreecommitdiff
path: root/x11/wxGTK26/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wxGTK26/hacks.mk')
-rw-r--r--x11/wxGTK26/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK26/hacks.mk b/x11/wxGTK26/hacks.mk
index 86a82b8fa31..424536a0c1d 100644
--- a/x11/wxGTK26/hacks.mk
+++ b/x11/wxGTK26/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1.1.1 2008/09/22 19:44:05 joerg Exp $
+# $NetBSD: hacks.mk,v 1.2 2012/06/15 23:06:05 dholland Exp $
#
# Disable the precompiled headers on NetBSD mipseb and sparc64
# machines, otherwise wxGTK will not compile there.
@@ -13,7 +13,7 @@ WXGTK_HACKS_MK= # defined
(${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "sparc64")
PKG_HACKS+= disable-precomp-headers
-CONFIGURE_ARGS+= --disable-precomp-headers
+CONFIGURE_ARGS+= --disable-precomp-headers
.endif
.endif # WXGTK_HACKS_MK