[SCM] mess system emulator branch, master, updated. 5bfb3976b9ea8f5eb1f362e7920d725c6ae59d4f

Emmanuel Kasper emmanuel at libera.cc
Mon Jul 2 14:20:46 UTC 2012


The following commit has been merged in the master branch:
commit 5bfb3976b9ea8f5eb1f362e7920d725c6ae59d4f
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Mon Jul 2 16:20:31 2012 +0200

    Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
    on i386.

diff --git a/debian/changelog b/debian/changelog
index b68cd17..7b0f8b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mess (0.146-2) UNRELEASED; urgency=low
+
+  * Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
+    on i386.
+    
+ -- Emmanuel Kasper <emmanuel at libera.cc>  Mon, 02 Jul 2012 16:03:03 +0200
+
 mess (0.146-1) unstable; urgency=low
 
   [ Emmanuel Kasper ]
diff --git a/debian/control b/debian/control
index 6a29c40..05f11d9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Uploaders: Félix Arreola Rodríguez <fgatuno.123 at gmail.com>,
            Jordi Mallach <jordi at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8),
+               gcc-4.6,
+               g++-4.6,
                libexpat1-dev,
                libgconf2-dev,
                libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index 552fc3b..ecaf683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,9 @@ DEB_MAME_OPTS = \
     OPTIMIZE=3 \
     LDFLAGS="-Wl,--as-needed" \
     LDFLAGSEMULATOR="-Wl,--as-needed" \
-    NOWERROR=1
+    NOWERROR=1 \
+    CC=@gcc-4.6 \
+    LD=@g++-4.6
 
 DEB_MESS_OPTS = \
     $(DEB_MAME_OPTS) \

-- 
mess system emulator



More information about the Pkg-games-commits mailing list