From 27cb366444fececfa426c784b84a45de2405faff Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sun, 20 Apr 2014 09:39:18 +0000 Subject: [PATCH] x11/pixman --- x11/pixman/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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"