aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/pixman/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index ee70b5ad13c0..5fb735dd5da3 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -18,4 +18,9 @@ XORG_CAT= lib
CONFIGURE_ARGS= --disable-gtk
INSTALL_TARGET= install-strip
+# Build the library exclusively, thus disabling the demos and the tests (which
+# do not get installed anyway). This is to workaround a problem in powerpc64
+# where the build of the tests crashes ld; see PR bin/202284.
+MAKE_ARGS= SUBDIRS=pixman
+
.include <bsd.port.mk>