diff options
-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" |