[SCM] supercollider/master: Force use of bundled yaml-cpp

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Sep 13 16:14:31 UTC 2013


The following commit has been merged in the master branch:
commit 7e236c2decf7ee23ccee4c8620ac5a93336f1869
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Sep 10 18:09:22 2013 -0300

    Force use of bundled yaml-cpp
    
    SC requires an old version, so a present system one will cause a FTBFS

diff --git a/debian/rules b/debian/rules
index 0890e24..97d7f73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ DEB_INSTALL_MANPAGES_supercollider-language  = debian/sclang.1
 DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/sclangpipe_app.1
 DEB_INSTALL_MANPAGES_supercollider-ide     = debian/scide.1
 
-DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=on -DENABLE_TESTSUITE=off -DLIBSCSYNTH=on
+DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=on -DENABLE_TESTSUITE=off -DLIBSCSYNTH=on -DSYSTEM_YAMLCPP=off
 
 # Exclude external libs from the source package if unused on linux or using system-supplied
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = \

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list