aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
commit0660187ad07f36727fead6764740a225a31f342f (patch)
tree33b1e72c87dc7d4c93a723fc7a23f51d791785d7 /multimedia/vlc
parent38e3f7255c438a90466c0a54b352f472f4bbc001 (diff)
downloadports-0660187ad07f36727fead6764740a225a31f342f.tar.gz
ports-0660187ad07f36727fead6764740a225a31f342f.zip
cleanup: remove occurrences of WITH_DEBUG
DEBUG like all ports features, must not ever be set in a port, they are user facing features, that the user needs to enable in their environment/make.conf, either by defining WITH_DEBUG globally, or by setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled in.
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 41fc56ab179c..2f96031d4d36 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -381,7 +381,6 @@ WITH_DVD_DEVICE?=/dev/cd0
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}
-WITH_DEBUG=yes
CONFIGURE_ARGS+=--enable-debug --disable-optimizations
CFLAGS+=-g -O0
CXXFLAGS+=-g -O0