diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/allacrost/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 88ce0bd49521..0c53bfbc6c13 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -28,6 +28,7 @@ QT_NONSTANDARD= yes # used when EDITOR enabled CONFIGURE_ARGS= --datadir=${DATADIR} CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} +LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |