diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-19 23:02:30 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-19 23:02:30 +0000 |
commit | 29a23b8db46037b11c05515ac5fdf5943629c024 (patch) | |
tree | 232716313097cfa367290f99641e117ac715906f /games/ultimatestunts/Makefile | |
parent | 850bd11e4dd14835c3d7d84a80d5181003732149 (diff) | |
download | ports-29a23b8db46037b11c05515ac5fdf5943629c024.tar.gz ports-29a23b8db46037b11c05515ac5fdf5943629c024.zip |
Notes
Diffstat (limited to 'games/ultimatestunts/Makefile')
-rw-r--r-- | games/ultimatestunts/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/ultimatestunts/Makefile b/games/ultimatestunts/Makefile index 545b65cea342..b654a5df1bdd 100644 --- a/games/ultimatestunts/Makefile +++ b/games/ultimatestunts/Makefile @@ -25,10 +25,6 @@ USE_SDL= sdl image GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openal MAKE_JOBS_UNSAFE= yes -# XXX Drop after FreeBSD 12.0 EOL -.if exists(/usr/lib/clang/6.0.1) -LLD_UNSAFE= yes -.endif CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing |