diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-12-03 10:48:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-12-03 10:48:06 +0000 |
commit | 00c502e801a5b9c3e721ebe9a4367a7bb8833623 (patch) | |
tree | 4e4178a4553b5a3ad76616a8d0742e9857b84d18 /x11/pixman | |
parent | 954593c0cd28a34fa162cf21d6e10fcb2584fd9a (diff) | |
download | ports-00c502e801a5b9c3e721ebe9a4367a7bb8833623.tar.gz ports-00c502e801a5b9c3e721ebe9a4367a7bb8833623.zip |
Notes
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 1 |
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" |