The following commit has been merged in the master branch:
commit 4a75e1a9ddf15eba63353b99d06c316eb9635735
Author: Emmanuel Kasper <emman...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to