diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-09-26 13:55:28 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-09-26 13:55:28 +0000 |
commit | bc15797fb3812a88a178c54c4a3537e80d29adc7 (patch) | |
tree | 4343be6def803e00873eb4da7b96c1a20b473058 | |
parent | 98239e9ceacbd3ef8b07b1269ad7c068729ab833 (diff) | |
download | ports-bc15797fb3812a88a178c54c4a3537e80d29adc7.tar.gz ports-bc15797fb3812a88a178c54c4a3537e80d29adc7.zip |
Notes
-rw-r--r-- | emulators/tuxnes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index 2d16b07c417f..bb2754c2100d 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -30,6 +30,10 @@ DESKTOP_ENTRIES="TuxNES" "" "${PREFIX}/share/pixmaps/tuxnes.xpm" \ .if ${COMPILER_TYPE} == "clang" CPPFLAGS+= -no-integrated-as .endif +.if ${ARCH} == "i386" +# Build tool "compdata" segfaults when linked with lld +LLD_UNSAFE= yes +.endif post-patch: @${REINPLACE_CMD} -e \ |