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/pixman | |
parent | 1321b597d422b8a5e8b93a2a23c4134ecebe09ef (diff) | |
download | pkgsrc-ff816060bd39b709e662c5359d1d123457590836.tar.gz |
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/hacks.mk b/x11/pixman/hacks.mk index c8b3bfaa00c..21cb59a19d2 100644 --- a/x11/pixman/hacks.mk +++ b/x11/pixman/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.7 2011/12/31 15:37:55 bsiegert Exp $ +# $NetBSD: hacks.mk,v 1.8 2012/06/15 23:06:03 dholland Exp $ # .if !defined(PIXMAN_HACKS_MK) PIXMAN_HACKS_MK= # empty @@ -11,7 +11,7 @@ PIXMAN_HACKS_MK= # empty empty(CC_VERSION:Mgcc-[5-9].*) && \ empty(CC_VERSION:Mgcc-[1-9][0-9]*) CONFIGURE_ARGS+= --disable-sse2 -. endif +.endif .endif .if !empty(PKGSRC_COMPILER:Msunpro) |