Skip to content

Commit

Permalink
games/odamex: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 5, 2023
1 parent 8f3f522 commit abe6905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/odamex/Makefile
Expand Up @@ -14,19 +14,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpng.so:graphics/png

USE_SDL= sdl mixer
USES= cmake:insource compiler dos2unix sdl tar:bzip2
DOS2UNIX_FILES= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp
USE_CXXSTD= c++14
USE_SDL= sdl mixer

CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing

OPTIONS_DEFINE= DOCS LAUNCHER
OPTIONS_SUB= yes

LAUNCHER_DESC= Enable GUI launcher program

OPTIONS_SUB= yes

LAUNCHER_USE= WX=3.0
LAUNCHER_CMAKE_ON= -DODALAUNCH_TARGET=on -DNO_AG-ODALAUNCH_TARGET=off -DwxWidgets_CONFIG_EXECUTABLE=${PREFIX}/bin/wxgtk2u-3.0-config
LAUNCHER_CMAKE_OFF= -DODALAUNCH_TARGET=off
Expand Down

0 comments on commit abe6905

Please sign in to comment.