[pkg-remote-commits] [nx-libs] 01/05: debian/patches: Fix 0001_fix-ftbfs-on-hppa.patch. Debian hppa is big Endian, not little. Thanks to Helge Deller for reviewing this patch.
Mike Gabriel
sunweaver at debian.org
Sat May 6 21:24:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository nx-libs.
commit 19708dc339c648738ea1d7bbb33fc6616fab3865
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat May 6 21:47:42 2017 +0200
debian/patches: Fix 0001_fix-ftbfs-on-hppa.patch. Debian hppa is big Endian, not little. Thanks to Helge Deller for reviewing this patch.
---
debian/patches/0001_fix-ftbfs-on-hppa.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0001_fix-ftbfs-on-hppa.patch b/debian/patches/0001_fix-ftbfs-on-hppa.patch
index f0536fa..d6582fe 100644
--- a/debian/patches/0001_fix-ftbfs-on-hppa.patch
+++ b/debian/patches/0001_fix-ftbfs-on-hppa.patch
@@ -73,7 +73,7 @@ index 9deeb302..5c9aca05 100644
#elif defined(AlphaArchitecture)
#define ByteOrder X_LITTLE_ENDIAN
+#elif defined(HPPARiscArchitecture)
-+#define ByteOrder X_LITTLE_ENDIAN
++#define ByteOrder X_BIG_ENDIAN
#elif defined(Mc68000Architecture)
#define ByteOrder X_BIG_ENDIAN
#elif defined(Mc68020Architecture)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/nx-libs.git
More information about the pkg-remote-commits
mailing list