Index: x11/pixman/Makefile =================================================================== --- x11/pixman/Makefile +++ x11/pixman/Makefile @@ -17,4 +17,9 @@ 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