[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-7-17-g7521e4f

Simon McVittie smcv at debian.org
Wed Jul 21 22:46:36 UTC 2010


The following commit has been merged in the master branch:
commit c54a9ceb98e296e935d23b141d220b86ae86cae9
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Jul 18 19:56:52 2010 +0100

    debian/rules: do a standalone build
    
    The OpenArena "mod SDK", which is the source code for the qagame, cgame
    and ui modules, forces a standalone build under all circumstances
    by altering q_shared.h. Explicitly defining the symbol seems a cleaner
    way to do the same thing.

diff --git a/debian/rules b/debian/rules
index e42d913..a51f6f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ build-stamp:
 	$(MAKE) USE_CURL=1 \
 			BUILD_GAME_SO=1 \
 			BUILD_GAME_QVM=0 \
+			BUILD_STANDALONE=1 \
 			USE_CURL_DLOPEN=0 \
 			USE_OPENAL=1 \
 			USE_OPENAL_DLOPEN=0 \

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list