diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 478110edb..a81ad73cf 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -21,4 +21,7 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= pixman-1.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"