opnsense-ports/audio/jalv/files/patch-wscript
Franco Fichtner c945fca694 */*: sync with upstream
Taken from: HardenedBSD
2021-02-15 11:07:34 +01:00

11 lines
497 B
Text

--- wscript.orig 2021-01-07 22:05:57 UTC
+++ wscript
@@ -116,7 +116,7 @@ def configure(conf):
conf.check_pkg('serd-0 >= 0.24.0', uselib_store='SERD')
conf.check_pkg('sord-0 >= 0.14.0', uselib_store='SORD')
conf.check_pkg('sratom-0 >= 0.6.0', uselib_store='SRATOM')
- if Options.options.portaudio:
+ if False and Options.options.portaudio:
conf.check_pkg('portaudio-2.0 >= 2.0.0',
uselib_store='PORTAUDIO',
system=True,