diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-14 03:44:43 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-14 03:44:43 +0000 |
commit | 4cb4c8ade3f314a22eed18c5346ea9fa15aeb1e1 (patch) | |
tree | 014ed29c3d27d4ef8c113967d7fe8204b043b0b4 /audio/jalv/files/patch-wscript | |
parent | misc/valentina: Update 0.7.41 -> 0.7.44 (diff) |
audio/jalv: Update 1.6.4 -> 1.6.6
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=565194
Diffstat (limited to 'audio/jalv/files/patch-wscript')
-rw-r--r-- | audio/jalv/files/patch-wscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/jalv/files/patch-wscript b/audio/jalv/files/patch-wscript index 887de562e21b..f7513df26f1a 100644 --- a/audio/jalv/files/patch-wscript +++ b/audio/jalv/files/patch-wscript @@ -1,11 +1,11 @@ ---- wscript.orig 2019-11-10 22:01:17 UTC +--- wscript.orig 2021-01-07 22:05:57 UTC +++ wscript -@@ -47,7 +47,7 @@ def configure(conf): +@@ -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', mandatory=False) - else: + uselib_store='PORTAUDIO', + system=True, |