The following commit has been merged in the master branch:
commit 5854eb9ccdbe32e59aa051a297fbe61b2c399c7e
Author: Emmanuel Kasper <emman...@libera.cc>
Date:   Tue May 3 23:27:28 2011 +0200

    Add NOWERROR=1 to stop treating warning as errors
    
    Without these compilation fails with a lot of
    "array subscript is above array bounds" messages

diff --git a/debian/rules b/debian/rules
index cc00b92..3e2e00a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,8 @@ DEB_MAME_OPTS = \
     VERBOSE= \
     OPTIMIZE=3 \
     LDFLAGS="-Wl,--as-needed" \
-    LDFLAGSEMULATOR="-Wl,--as-needed"
+    LDFLAGSEMULATOR="-Wl,--as-needed" \
+    NOWERROR=1
 
 # Override make variables for specific archs
 # Linux architectures

-- 
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