[fenix] 68/127: Fixed build system for armel port. (Closes: #481928)

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit c0d19c011eba888fbd5ef577a69ed6c1b3642b43
Author: Miriam Ruiz <miriam at debian.org>
Date:   Fri Jun 6 23:33:40 2008 +0000

    Fixed build system for armel port. (Closes: #481928)
---
 debian/changelog                       |  5 +++--
 debian/patches/build_portability.patch | 30 ++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f42f72f..2fc6d00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,14 +3,15 @@ fenix (0.92a.dfsg1-4) UNRELEASED; urgency=low
   [ Miriam Ruiz ]
   * Fixed bashism: Replaced "{build,configure}-stamp"
     by "build-stamp configure-stamp" in debian/rules. (Closes: #478372)
+  * Fixed build system for armel port. (Closes: #481928)
 
   [ Jon Dowland ]
   * Added Homepage: control field to source stanza
 
   [ Ansgar Burchardt ]
-  * debian/control: Change XS-Vcs-* to Vcs-*
+  * debian/control: Changed XS-Vcs-* to Vcs-*
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 03:08:29 +0100
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 07 Jun 2008 00:57:06 +0200
 
 fenix (0.92a.dfsg1-3) unstable; urgency=low
 
diff --git a/debian/patches/build_portability.patch b/debian/patches/build_portability.patch
new file mode 100644
index 0000000..e8be049
--- /dev/null
+++ b/debian/patches/build_portability.patch
@@ -0,0 +1,30 @@
+# Copyright (C) 2008  Miriam Ruiz <little_miry at yahoo.es>
+# Licensed under the GPL, see /usr/share/common-licenses/GPL
+# Closes: #481928
+
+Index: fenix-0.92a.dfsg1/configure
+===================================================================
+--- fenix-0.92a.dfsg1.orig/configure	2008-06-07 01:19:20.000000000 +0200
++++ fenix-0.92a.dfsg1/configure	2008-06-07 01:19:39.000000000 +0200
+@@ -1621,7 +1621,7 @@
+ 
+ 
+ case "$target_os" in
+-    linux-gnu)
++    linux-gnu*)
+         case "$target_cpu" in
+             powerpc*)
+ 	            COMMON_CFLAGS="-Wall -DTARGET_LinuxPPC -DTARGET_Linux"
+Index: fenix-0.92a.dfsg1/configure.in
+===================================================================
+--- fenix-0.92a.dfsg1.orig/configure.in	2008-06-07 01:18:44.000000000 +0200
++++ fenix-0.92a.dfsg1/configure.in	2008-06-07 01:19:15.000000000 +0200
+@@ -40,7 +40,7 @@
+ 
+ dnl Aqui es donde se chequeara el SO, pero solo hay una opcion xD
+ case "$target_os" in
+-    linux-gnu)
++    linux-gnu*)
+         case "$target_cpu" in
+             powerpc*)
+ 	            COMMON_CFLAGS="-Wall -DTARGET_LinuxPPC -DTARGET_Linux"
diff --git a/debian/patches/series b/debian/patches/series
index 7ac9bbd..77decc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ endianess.patch
 fxi_pal.patch
 fxi_sdl_mixer_use_rwops.patch
 fxi_pal_get.patch
+build_portability.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list