aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-10-08 18:57:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-10-08 18:57:09 +0000
commit264f2b3820ad83f86d3d44581dfcdf46b3f04ba2 (patch)
tree7b38f8d44c84026ae6fabf700800ec6d5ef108e8 /x11
parentd5f5d3a712332e069d39513452b35a2851fd3bcd (diff)
downloadports-264f2b3820ad83f86d3d44581dfcdf46b3f04ba2.tar.gz
ports-264f2b3820ad83f86d3d44581dfcdf46b3f04ba2.zip
x11/pixman: unbreak on armv7
<instantiation>:1:1: error: unknown directive .func fname ^ <instantiation>:4:1: note: while in macro instantiation pixman_asm_function fname ^ pixman-arm-simd-asm-scaled.S:152:1: note: while in macro instantiation generate_nearest_scanline_func pixman_scaled_nearest_scanline_0565_0565_SRC_asm_armv6, 1, h, 80, 32 ^ <instantiation>:39:29: error: invalid immediate shift value and TMP1, VXMASK, VX, asr #(16 - bpp_shift) ^ pixman-arm-simd-asm-scaled.S:152:1: note: while in macro instantiation generate_nearest_scanline_func pixman_scaled_nearest_scanline_0565_0565_SRC_asm_armv6, 1, h, 80, 32 ^
Notes
Notes: svn path=/head/; revision=451559
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 904fd716e75f..505d20e5c5f0 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -25,7 +25,7 @@ MAKE_ARGS= SUBDIRS=pixman
.include <bsd.port.pre.mk>
-.if ${ARCH} == "armv6"
+.if ${ARCH} == "armv6" || ${ARCH} == "armv7"
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -no-integrated-as"
.endif