aboutsummaryrefslogtreecommitdiff
path: root/games/wxlauncher
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-05-05 04:07:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-05-05 04:07:01 +0000
commita8e6c4fa3406f63d38c49416123f2ddb154a729a (patch)
treef6a5f6f3c7135f9f1c7a9ace8c8206a092978a46 /games/wxlauncher
parent79c2e1bacb552de1e2619b2b37a340f453f989d9 (diff)
downloadports-a8e6c4fa3406f63d38c49416123f2ddb154a729a.tar.gz
ports-a8e6c4fa3406f63d38c49416123f2ddb154a729a.zip
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)
Notes
Notes: svn path=/head/; revision=385443
Diffstat (limited to 'games/wxlauncher')
-rw-r--r--games/wxlauncher/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wxlauncher/Makefile b/games/wxlauncher/Makefile
index 85d31437dbbe..8258c4616d58 100644
--- a/games/wxlauncher/Makefile
+++ b/games/wxlauncher/Makefile
@@ -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