summaryrefslogtreecommitdiff
path: root/x11/pixman
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-12-03 10:48:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-12-03 10:48:06 +0000
commit00c502e801a5b9c3e721ebe9a4367a7bb8833623 (patch)
tree4e4178a4553b5a3ad76616a8d0742e9857b84d18 /x11/pixman
parentx11/pixman: actually use GNU as from devel/binutils (diff)
x11/pixman: mark as LLD_UNSAFE
/usr/bin/ld: error: can't create dynamic relocation R_ARM_V4BX against local symbol in readonly segment; recompile object files with -fPIC >>> defined in ./.libs/libpixman-arm-simd.a(pixman-arm-simd-asm-scaled.o) >>> referenced by pixman-arm-simd-asm-scaled.o:(.text+0x1B8) in archive ./.libs/libpixman-arm-simd.a PR: 233740 Reported by: Charlie Li Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=486511
Diffstat (limited to 'x11/pixman')
-rw-r--r--x11/pixman/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 5b482ef96ced..c81a555df21d 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -29,6 +29,7 @@ MAKE_ARGS= SUBDIRS=pixman
.if ${ARCH} == "armv6" || ${ARCH} == "armv7"
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as"
+LLD_UNSAFE= yes
.endif
.if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc"