x11/pixman

This commit is contained in:
Lionel Sambuc 2014-04-20 09:39:18 +00:00
parent 5b5c7736bf
commit 27cb366444

View File

@ -21,4 +21,7 @@ USE_TOOLS+= pkg-config perl
PKGCONFIG_OVERRIDE+= pixman-1.pc.in PKGCONFIG_OVERRIDE+= pixman-1.pc.in
PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in
# Minix does not support Thread Local Storage
CONFIGURE_ARGS+= CPPFLAGS=-DPIXMAN_NO_TLS
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"