diff options
-rw-r--r-- | x11/pixman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 505d20e5c5f0..5b482ef96ced 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -2,6 +2,7 @@ PORTNAME= pixman PORTVERSION= 0.34.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -27,7 +28,7 @@ MAKE_ARGS= SUBDIRS=pixman .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -no-integrated-as" +CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as" .endif .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" |