[hedgewars] 01/01: Removed fPIC support for pascal compiler

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Jan 3 00:41:31 UTC 2014


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

locutusofborg-guest pushed a commit to branch master
in repository hedgewars.

commit 0b656238f6175f96ffe136a834d5a6f82a39f5a7
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Jan 3 01:37:37 2014 +0100

    Removed fPIC support for pascal compiler
---
 debian/changelog                              |  7 +++++++
 debian/patches/removed-fPIC-fpc-support.patch | 14 ++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d787eca..69b66c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hedgewars (0.9.20.3-2) experimental; urgency=low
+
+  * Removed fPIC support on fpc, fixing build failures
+    in arm* and sparc platforms
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Fri, 03 Jan 2014 01:32:36 +0100
+
 hedgewars (0.9.20.3-1) unstable; urgency=low
 
   * New upstream minor release, suitable for unstable
diff --git a/debian/patches/removed-fPIC-fpc-support.patch b/debian/patches/removed-fPIC-fpc-support.patch
new file mode 100644
index 0000000..e17a217
--- /dev/null
+++ b/debian/patches/removed-fPIC-fpc-support.patch
@@ -0,0 +1,14 @@
+Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
+
+---
+Last-Update: <2014-01-03>
+
+--- hedgewars-0.9.20.3.orig/cmake_modules/platform.cmake
++++ hedgewars-0.9.20.3/cmake_modules/platform.cmake
+@@ -106,5 +106,5 @@ endif(WIN32)
+ if(UNIX)
+     add_flag_append(CMAKE_C_FLAGS "-fPIC")
+     add_flag_append(CMAKE_CXX_FLAGS "-fPIC")
+-    add_flag_append(CMAKE_Pascal_FLAGS "-fPIC")
++#    add_flag_append(CMAKE_Pascal_FLAGS "-fPIC")
+ endif(UNIX)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9aed95c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+removed-fPIC-fpc-support.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git



More information about the Pkg-games-commits mailing list