summaryrefslogtreecommitdiff
path: root/net/freerdp
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2014-01-10 11:27:45 +0000
committerprlw1 <prlw1@pkgsrc.org>2014-01-10 11:27:45 +0000
commitbc15a5dc85cc3c194fdd9c6812214df1dfc3366f (patch)
tree5c1565b3fe5ac3dd3475399d5609e992c849f0c4 /net/freerdp
parentb075c3067824ae27e72a691af697f77264af518d (diff)
downloadpkgsrc-bc15a5dc85cc3c194fdd9c6812214df1dfc3366f.tar.gz
Remove earlier WITH_DEBUG attempt committed in error
Diffstat (limited to 'net/freerdp')
-rw-r--r--net/freerdp/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/freerdp/options.mk b/net/freerdp/options.mk
index bb625db4789..c8575b42257 100644
--- a/net/freerdp/options.mk
+++ b/net/freerdp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/01/02 15:49:38 prlw1 Exp $
+# $NetBSD: options.mk,v 1.3 2014/01/10 11:27:45 prlw1 Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.freerdp
PKG_SUPPORTED_OPTIONS= alsa cups ffmpeg pcsc pulseaudio debug
@@ -69,7 +69,6 @@ CMAKE_ARGS+= -DWITH_PULSEAUDIO=OFF
### Debug support
###
.if !empty(PKG_OPTIONS:Mdebug)
-CMAKE_ARGS+= -DWITH_DEBUG=ON
#CMAKE_ARGS+= -DWITH_DEBUG_TRANSPORT=ON
CMAKE_ARGS+= -DWITH_DEBUG_CHANNELS=ON
CMAKE_ARGS+= -DWITH_DEBUG_SVC=ON
@@ -77,6 +76,4 @@ CMAKE_ARGS+= -DWITH_DEBUG_DVC=ON
CMAKE_ARGS+= -DWITH_DEBUG_NEGO=ON
CMAKE_ARGS+= -DWITH_DEBUG_REDIR=ON
CMAKE_ARGS+= -DWITH_DEBUG_GDI=ON
-.else
-CMAKE_ARGS+= -DWITH_DEBUG=OFF
.endif