13 lines
323 B
Makefile
13 lines
323 B
Makefile
|
# $NetBSD: hacks.mk,v 1.1 2008/07/18 03:34:10 bjs Exp $
|
||
|
#
|
||
|
.if !defined(PIXMAN_HACKS_MK)
|
||
|
PIXMAN_HACKS_MK= # empty
|
||
|
. include "../../mk/compiler.mk"
|
||
|
###
|
||
|
### XXX SSE2 intrinsics require gcc-4.2+ to build.
|
||
|
###
|
||
|
. if !empty(PKGSRC_COMPILER:Msunpro) || empty(CC_VERSION:Mgcc-4.2*)
|
||
|
CONFIGURE_ARGS+= --disable-sse2
|
||
|
. endif
|
||
|
.endif
|