mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
games/odamex: Fix build with llvm16
- Pet portclippy Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8f3f52224f
commit
abe6905109
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user