From d8ba6cf1075801fb121be1d98456e1a22b9f0ec7 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 7c650856b..9033230f5 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -22,4 +22,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"