[SCM] packaging for the mame arcade game emulator branch, master, updated. 5854eb9ccdbe32e59aa051a297fbe61b2c399c7e

Emmanuel Kasper emmanuel at libera.cc
Tue May 3 21:38:37 UTC 2011


The following commit has been merged in the master branch:
commit 5854eb9ccdbe32e59aa051a297fbe61b2c399c7e
Author: Emmanuel Kasper <emmanuel at 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



More information about the Pkg-games-commits mailing list