summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-12-03 10:47:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-12-03 10:47:49 +0000
commit954593c0cd28a34fa162cf21d6e10fcb2584fd9a (patch)
treebda69e8a8191b6797f2bcbff19360dce3656f73c
parent- update to 3.4-20181202 (diff)
x11/pixman: actually use GNU as from devel/binutils
./pixman-arm-simd-asm.h:695: Warning: ignoring redefinition of register alias 'wk4' ./pixman-arm-neon-asm.h:941: Warning: ignoring redefinition of register alias 'dst_w' ./pixman-arm-neon-asm.h:702: Warning: ignoring redefinition of register alias 'orig_w' pixman-arm-neon-asm-bilinear.S:612: Warning: ignoring redefinition of register alias 'top' PR: 221814 233740 Reported by: Charlie Li Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=486510
-rw-r--r--x11/pixman/Makefile3
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"