summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-15 14:05:04 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-15 14:05:04 +0000
commitb1fac01e5ea47d8b96439769d8282a08268ebc05 (patch)
treee10af9226ae3e4aaf6056c5404ecbe82b840fedd /net
parentdevel/py-libvirt: update to 3.8.0 (diff)
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect can be obtained by using ".undef WITH_DEBUG". Reviewed by: mat, rene Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D12548
Notes
Notes: svn path=/head/; revision=452147
Diffstat (limited to 'net')
-rw-r--r--net/linphone/Makefile2
-rw-r--r--net/mediastreamer/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile
index 69d603078134..78f53fd604d9 100644
--- a/net/linphone/Makefile
+++ b/net/linphone/Makefile
@@ -55,7 +55,7 @@ UPNP_LIB_DEPENDS= libupnp.so:devel/upnp
VIDEO_CONFIGURE_ENABLE= video
-.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
+.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif
diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile
index 07333e30458b..2cef810ad48d 100644
--- a/net/mediastreamer/Makefile
+++ b/net/mediastreamer/Makefile
@@ -84,7 +84,7 @@ VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx
XVIDEO_CONFIGURE_ENABLE=x11 xv
XVIDEO_USE= XORG=videoproto,x11,xv
-.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
+.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif