Date: Thu, 21 Apr 2016 14:46:28 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r413733 - branches/2016Q2/x11/pixman Message-ID: <201604211446.u3LEkStM010978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Apr 21 14:46:28 2016 New Revision: 413733 URL: https://svnweb.freebsd.org/changeset/ports/413733 Log: MFH: r413732 x11/pixman: fix build on powerpc64/powerpc Reviewed by: dumbbell, kwm Modified: branches/2016Q2/x11/pixman/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/x11/pixman/Makefile ============================================================================== --- branches/2016Q2/x11/pixman/Makefile Thu Apr 21 14:01:05 2016 (r413732) +++ branches/2016Q2/x11/pixman/Makefile Thu Apr 21 14:46:28 2016 (r413733) @@ -23,4 +23,10 @@ INSTALL_TARGET= install-strip # where the build of the tests crashes ld; see PR bin/202284. MAKE_ARGS= SUBDIRS=pixman -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" +CONFIGURE_ARGS+= --disable-vmx +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604211446.u3LEkStM010978>