commit: ac1fc5c3864a08119267826cfcd17b4b3ee1fbbe Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 18:45:15 2019 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 19:47:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1fc5c3
media-sound/csound-9999: disabled scansyn opcodes upstream is not allowed to redistribute it: https://github.com/csound/csound/issues/1148 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/csound/csound-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index 60dad6bb992..bf5bdabf976 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -142,7 +142,7 @@ src_configure() { -DBUILD_PYTHON_INTERFACE=$(usex python) -DBUILD_PYTHON_OPCODES=$(usex python) -DBUILD_RELEASE=ON - #-DBUILD_SCANSYN_OPCODES=ON + -DBUILD_SCANSYN_OPCODES=OFF # this is not allowed to be redistributed: https://github.com/csound/csound/issues/1148 #-DBUILD_SELECT_OPCODE=ON #-DBUILD_SERIAL_OPCODES=ON -DBUILD_SHARED_LIBS=ON
