mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG
`NDEBUG` is used in VS to disable extra checks outside of assert(3).
This commit is contained in:
parent
517c819176
commit
f0eb947fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521710
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user