[SCM] Quake 3 engine branch, master, updated. e612c02a5bd333b615509af7af0b91c3b73e0aa0

Simon McVittie smcv at debian.org
Fri Oct 15 21:53:01 UTC 2010


The following commit has been merged in the master branch:
commit e612c02a5bd333b615509af7af0b91c3b73e0aa0
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Oct 15 22:52:56 2010 +0100

    Use Q3 arch name "sh" for sh4

diff --git a/debian/changelog b/debian/changelog
index 4f6e487..70afbd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ioquake3 (1.36+svn1788j-3) UNRELEASED; urgency=low
 
   * Remove all of build/ in clean; otherwise architectures where uname -m
     doesn't match the Q3 architecture name won't delete the binaries
+  * Use Q3 arch name "sh" for sh4
 
  -- Simon McVittie <smcv at debian.org>  Fri, 15 Oct 2010 22:46:18 +0100
 
diff --git a/debian/q3arch.sh b/debian/q3arch.sh
index c946361..01024a5 100644
--- a/debian/q3arch.sh
+++ b/debian/q3arch.sh
@@ -52,6 +52,10 @@ arch)
         Q3ARCH=${DEB_X_GNU_CPU}
 	;;
 
+    sh4)
+        Q3ARCH=sh
+        ;;
+
     *)
         echo "CPU ${DEB_X_GNU_CPU} not supported by Quake 3, might not work" >&2
         Q3ARCH=${DEB_X_GNU_CPU}

-- 
Quake 3 engine



More information about the Pkg-games-commits mailing list