[SCM] supercollider/3.4debianfixes: Build with gcc 4.6 to avoid an internal compiler error with 4.7
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Wed Aug 15 23:06:17 UTC 2012
The following commit has been merged in the 3.4debianfixes branch:
commit c415c4a8b5c2f200780f87f85edddb55f5aebe69
Author: Felipe Sateler <fsateler at debian.org>
Date: Wed Aug 15 18:04:03 2012 -0400
Build with gcc 4.6 to avoid an internal compiler error with 4.7
diff --git a/debian/control b/debian/control
index 6196bf1..0526dad 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,9 @@ Build-Depends: cdbs (>= 0.4.73~),
libsndfile1-dev (>= 1.0.16),
libxt-dev,
python-all-dev (>= 2.6.6-3~),
- scons (>= 0.96)
+ scons (>= 0.96),
+ gcc-4.6,
+ g++-4.6
Standards-Version: 3.9.2
Homepage: http://supercollider.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index 86b4944..31914c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ include /usr/share/cdbs/1/class/scons.mk
DEB_SRCDIR=common
+# G++ 4.7 ICEs, so use 4.6
+CC=gcc-4.6
+CXX=g++-4.6
+
# Do not enable parallel building: scons cannot handle parallel
# builds when the chdir option is used in any command
# DEB_BUILD_PARALLEL = 1
--
supercollider packaging
More information about the pkg-multimedia-commits
mailing list