--- Makefile 2017-07-27 12:55:41.598630000 +0200 +++ /usr/local/poudriere/ports/default/x11/pixman/Makefile 2017-07-27 12:56:44.157068000 +0200 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/x11/pixman/Makefile 413732 2016-04-21 14:01:05Z swills $ PORTNAME= pixman PORTVERSION= 0.34.0 @@ -22,6 +22,11 @@ # 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 + +.if ${ARCH} == "armv6" +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils +CFLAGS+= -no-integrated-as -B${LOCALBASE}/bin +.endif .include