r11139 - packages/trunk/boson/debian

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Thu Jul 22 12:03:41 UTC 2010


Author: tolimar
Date: 2010-07-22 12:03:40 +0000 (Thu, 22 Jul 2010)
New Revision: 11139

Modified:
   packages/trunk/boson/debian/changelog
   packages/trunk/boson/debian/control
   packages/trunk/boson/debian/rules
Log:
Possible solution for the FTBFS on mips and mipsel



Modified: packages/trunk/boson/debian/changelog
===================================================================
--- packages/trunk/boson/debian/changelog	2010-07-22 11:36:54 UTC (rev 11138)
+++ packages/trunk/boson/debian/changelog	2010-07-22 12:03:40 UTC (rev 11139)
@@ -5,8 +5,9 @@
   * Add depends on ${misc:Depends}
   * Add debian/README.source
   * Bump standards version to 3.9.0 (no changes needed)
+  * Use gcc-4.3 and g++-4.3 on mips and mipsel (Closes: #587002)
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Thu, 22 Jul 2010 13:36:33 +0200
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Thu, 22 Jul 2010 11:50:28 +0000
 
 boson (0.13-6) unstable; urgency=low
 

Modified: packages/trunk/boson/debian/control
===================================================================
--- packages/trunk/boson/debian/control	2010-07-22 11:36:54 UTC (rev 11138)
+++ packages/trunk/boson/debian/control	2010-07-22 12:03:40 UTC (rev 11139)
@@ -5,7 +5,7 @@
 Uploaders: Alexander Reichle-Schmehl <tolimar at debian.org>, Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>> 5.0.0), wml, libqt3-mt-dev, kdelibs4-dev,
  lib3ds-dev, docbook-to-man, python-dev, libtool, libopenal-dev,
- libalut-dev, cmake (>= 2.4.2), binutils (>= 2.14.90.0.7), quilt
+ libalut-dev, cmake (>= 2.4.2), binutils (>= 2.14.90.0.7), quilt, gcc-4.3 [mips mipsel], g++-4.3 [mips mipsel]
 Standards-Version: 3.9.0
 Homepage: http://boson.eu.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/boson/

Modified: packages/trunk/boson/debian/rules
===================================================================
--- packages/trunk/boson/debian/rules	2010-07-22 11:36:54 UTC (rev 11138)
+++ packages/trunk/boson/debian/rules	2010-07-22 12:03:40 UTC (rev 11139)
@@ -13,8 +13,15 @@
 ifeq (hppa,$(DEB_BUILD_ARCH))
 ARCH_C_FLAGS=-mlong-calls
 ARCH_CXX_FLAGS=${ARCH_C_FLAGS}
+else
+ifeq (mips,$(DEB_BUILD_ARCH)) || ifeq (mipsel,$(DEB_BUILD_ARCH))
+ARCH_C_FLAGS=-D CMAKE_C_COMPILER=gcc-4.3
+ARCH_CXX_FLAGS=-D CMAKE_CXX_COMPILER=g++-4.3
 endif
+endif
 
+
+
 configure: configure-stamp
 configure-stamp:
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2




More information about the Pkg-games-commits mailing list