xenocara/lib/pixman/Makefile.bsd-wrapper
guenther b5bb12998e Bump the major on every single base library. There are a couple
not bumped by this that will be corrected soon.

heavy lifting by todd@
2013-08-13 07:07:07 +00:00

12 lines
242 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2013/08/13 07:07:28 guenther Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 31.0
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>