aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-01 09:46:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-01 09:46:41 +0000
commitf0eb947fa05dab0e43ad0ed78adf9876c6092cf0 (patch)
tree2fedd1765034e3ec5b57e6abedde2dbf2f8415f3 /multimedia/vapoursynth
parent517c81917621ce0879605f4feb4107f2c9f0448b (diff)
downloadports-f0eb947fa05dab0e43ad0ed78adf9876c6092cf0.tar.gz
ports-f0eb947fa05dab0e43ad0ed78adf9876c6092cf0.zip
multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG
`NDEBUG` is used in VS to disable extra checks outside of assert(3).
Notes
Notes: svn path=/head/; revision=521710
Diffstat (limited to 'multimedia/vapoursynth')
-rw-r--r--multimedia/vapoursynth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
index 8fdfee37dabb..dc1f485fc47e 100644
--- a/multimedia/vapoursynth/Makefile
+++ b/multimedia/vapoursynth/Makefile
@@ -20,7 +20,7 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/lib/vapoursynth
-OPTIONS_DEFINE= DOCS FRAME_GUARD
+OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
OPTIONS_SUB= yes
@@ -37,6 +37,8 @@ OPTIONS_GROUP_PLUGINS= ASS EEDI3 IMAGEMAGICK MISCFILTERS MORPHO TESSERACT \
# General options
+DEBUG_CONFIGURE_ENABLE= debug
+
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
DOCS_USES= makeinfo
DOCS_INFO= VapourSynth