diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-02 13:28:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-02 13:28:46 +0000 |
commit | 37d415c805537fb90599e04ee928ba892ad01745 (patch) | |
tree | 54a8be03228427ffeaa4a8b47a148ae06052cf24 /games | |
parent | b66ac8d683d8850be6129f040e8d834256af8f93 (diff) | |
download | ports-37d415c805537fb90599e04ee928ba892ad01745.tar.gz ports-37d415c805537fb90599e04ee928ba892ad01745.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/linwarrior/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/linwarrior/Makefile b/games/linwarrior/Makefile index 1369eb54720f..293cdf10448a 100644 --- a/games/linwarrior/Makefile +++ b/games/linwarrior/Makefile @@ -17,6 +17,7 @@ USE_GL= gl glu USE_SDL= sdl CFLAGS+= -Wno-c++11-narrowing +LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |