summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorprlw1 <prlw1>2014-01-10 11:27:45 +0000
committerprlw1 <prlw1>2014-01-10 11:27:45 +0000
commit232d5fa1cf82e51e75677f6104b9ebe07bdfc9ea (patch)
tree5c1565b3fe5ac3dd3475399d5609e992c849f0c4 /net
parent2e61952b80065d6d0c49809ace506deb5ea4f78f (diff)
downloadpkgsrc-232d5fa1cf82e51e75677f6104b9ebe07bdfc9ea.tar.gz
Remove earlier WITH_DEBUG attempt committed in error
Diffstat (limited to 'net')
-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