--- Makefile 2017-07-27 12:55:41.598630000 +0200 +++ /usr/local/poudriere/ports/default/x11/pixman/Makefile 2017-07-27 14:37:49.346853000 +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 @@ -27,6 +27,11 @@ .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-vmx +.endif + +.if ${ARCH} == "armv6" +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils +CFLAGS+= -no-integrated-as -B${LOCALBASE}/bin .endif .include