[lwjgl] 09/35: Drop ppc64el.patch

Markus Koschany apo at moszumanska.debian.org
Sat Apr 9 20:38:49 UTC 2016


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

apo pushed a commit to branch master
in repository lwjgl.

commit 5b9e7a49ae105459e0963893fe84a5852cb8a64e
Author: Markus Koschany <apo at debian.org>
Date:   Sat Apr 9 18:50:34 2016 +0200

    Drop ppc64el.patch
---
 debian/patches/ppc64el.patch | 24 ------------------------
 debian/patches/series        |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
deleted file mode 100644
index 65c6fd8..0000000
--- a/debian/patches/ppc64el.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: lwjgl-2.7.1+dfsg/platform_build/linux_ant/build.xml
-===================================================================
---- lwjgl-2.7.1+dfsg.orig/platform_build/linux_ant/build.xml
-+++ lwjgl-2.7.1+dfsg/platform_build/linux_ant/build.xml
-@@ -23,6 +23,10 @@
- 		<exec executable="uname" outputproperty="hwplatform">
- 			<arg value="-m"/>
- 		</exec>
-+		<condition property="cflags_ppc64le" value="-mcpu=powerpc -m64" else="">
-+			<os arch="ppc64le"/>
-+		</condition>
-+		<echo message="value of arch is ${os.arch} the value of hwplatform is ${hwplatform} and cflags32 ${cflags32}" />
- 		<condition property="xf86vm_lib" value="-lXxf86vm" else="-Wl,-static,-lXxf86vm,-call_shared">
- 			<os name="SunOS" />
- 		</condition>
-@@ -124,7 +128,7 @@
-     <target name="compiledeb">    	
-     	<mkdir dir="deb"/>
-     	<apply dir="deb" executable="gcc" skipemptyfilesets="true" failonerror="true">
--			<arg line="${cflags32} ${cflags_pthread}"/>
-+			<arg line="${cflags32} ${cflags_pthread} ${cflags_ppc64le}"/>
- 			<arg value="-I${java.home}/include"/>
- 			<arg value="-I${java.home}/include/linux"/>
- 			<arg value="-I${java.home}/../include"/>
diff --git a/debian/patches/series b/debian/patches/series
index 68a3ef3..8e3d9df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 javadoc.patch
-ppc64el.patch

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



More information about the pkg-java-commits mailing list