diff options
-rw-r--r-- | games/re3/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/re3/Makefile b/games/re3/Makefile index 69cf4a13f6ab..40244f261362 100644 --- a/games/re3/Makefile +++ b/games/re3/Makefile @@ -34,6 +34,12 @@ PLIST_FILES= bin/${PORTNAME} PORTDATA= * SUB_FILES= ${PORTNAME} +.include <bsd.port.options.mk> + +.if ${ARCH} == i386 +LLD_UNSAFE= yes +.endif + post-extract: ${MV} ${WRKSRC_librw}/* ${WRKSRC}/vendor/librw ${MV} ${WRKSRC_ogg}/* ${WRKSRC}/vendor/ogg |