diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
commit | ff816060bd39b709e662c5359d1d123457590836 (patch) | |
tree | c7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/wxGTK26 | |
parent | 1321b597d422b8a5e8b93a2a23c4134ecebe09ef (diff) | |
download | pkgsrc-ff816060bd39b709e662c5359d1d123457590836.tar.gz |
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/wxGTK26')
-rw-r--r-- | x11/wxGTK26/hacks.mk | 4 |
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 |