diff options
Diffstat (limited to 'x11/pixman/hacks.mk')
-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) |