[SCM] packaging for the mame arcade game emulator branch, master, updated. 4a75e1a9ddf15eba63353b99d06c316eb9635735

Emmanuel Kasper emmanuel at libera.cc
Thu Mar 24 12:53:59 UTC 2011


The following commit has been merged in the master branch:
commit 4a75e1a9ddf15eba63353b99d06c316eb9635735
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Thu Mar 24 13:50:44 2011 +0100

    Remove DISTRO makefile flag, to allows building with gcc-4.5
    
    We used to have a DISTRO makefile which triggers particular build options
    like gcc version and flag. This limited us in practise to gcc-4.4.
    Now we use the default installed gcc which is the sanest practise IMHO.

diff --git a/debian/rules b/debian/rules
index e6667f6..faf3d30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,7 @@ DEB_MAME_OPTS = \
     VERBOSE= \
     OPTIMIZE=3 \
     LDFLAGS="-Wl,--as-needed" \
-    LDFLAGSEMULATOR="-Wl,--as-needed" \
-    DISTRO=gcc44-generic
+    LDFLAGSEMULATOR="-Wl,--as-needed"
 
 # Override make variables for specific archs
 ifeq ($(DEB_HOST_ARCH),i386)

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list