1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

games/wxlauncher: add DEBUG option and put verbose logging behind it

DEBUG=off (default) now shows splash screen on startup due to being on
the same #if NDEBUG bandwagon used to turn off verbose logging.

GitHub:		wxLauncher/wxlauncher#117
PR:		199919
Submitted by:	lightside <lightside@gmx.com> (maintainer)
This commit is contained in:
Jan Beich 2015-05-05 04:07:01 +00:00
parent 79c2e1bacb
commit a8e6c4fa34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385443

View File

@ -3,7 +3,7 @@
PORTNAME= wxlauncher
PORTVERSION= 0.9.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
DISTNAME= ${PORTNAME}-${DISTVERSIONFULL}
@ -35,8 +35,9 @@ DESKTOP_ENTRIES="wxLauncher" "${COMMENT}" \
"${PORTNAME}" "${PORTNAME}" \
"Game;" false
OPTIONS_DEFINE= DOCS JOYSTICK WX3
OPTIONS_DEFINE= DEBUG DOCS JOYSTICK WX3
OPTIONS_DEFAULT= JOYSTICK WX3
DEBUG_CXXFLAGS_OFF= -DNDEBUG
JOYSTICK_DESC= Build with joystick support
JOYSTICK_CMAKE_ON= -DUSE_JOYSTICK:BOOL=ON
JOYSTICK_CMAKE_OFF= -DUSE_JOYSTICK:BOOL=OFF