aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
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 /multimedia/vlc
parent03b94a52f90cc44b06a8c468ef565553eeaaa38e (diff)
downloadports-b1fac01e5ea47d8b96439769d8282a08268ebc05.tar.gz
ports-b1fac01e5ea47d8b96439769d8282a08268ebc05.zip
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 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 5c2e4bde021a..0fa22507a093 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -54,7 +54,7 @@ CONFIGURE_ARGS= --enable-avcodec --enable-avformat --enable-dvbpsi \
--disable-wasapi --disable-x26410b \
--with-kde-solid=${PREFIX}/share/apps/solid/actions \
ac_cv_search_pthread_rwlock_init=-pthread
-.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
+.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif
CPPFLAGS+= -I${LOCALBASE}/include