diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-02 21:28:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-02 21:28:46 +0800 |
commit | 2f5e4b75bf19cb2aac9da225aa1818c2cdfb7e8f (patch) | |
tree | 54a8be03228427ffeaa4a8b47a148ae06052cf24 /games | |
parent | e1665d574977abb98e7a055e903969815e982ee2 (diff) | |
download | freebsd-ports-gnome-2f5e4b75bf19cb2aac9da225aa1818c2cdfb7e8f.tar.gz freebsd-ports-gnome-2f5e4b75bf19cb2aac9da225aa1818c2cdfb7e8f.tar.zst freebsd-ports-gnome-2f5e4b75bf19cb2aac9da225aa1818c2cdfb7e8f.zip |
- Add LLD_UNSAFE in attempt to fix build with lld
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} |