diff -Nru gtksourceview2-2.10.5/debian/changelog gtksourceview2-2.10.5/debian/changelog --- gtksourceview2-2.10.5/debian/changelog 2013-12-17 18:50:51.000000000 +0000 +++ gtksourceview2-2.10.5/debian/changelog 2013-12-23 04:26:26.000000000 +0000 @@ -1,3 +1,9 @@ +gtksourceview2 (2.10.5-1ubuntu2) trusty; urgency=medium + + * Patch m4/libtool.m4 and configure to support ppc64el. + + -- Matthias Klose Mon, 23 Dec 2013 05:25:49 +0100 + gtksourceview2 (2.10.5-1ubuntu1) trusty; urgency=medium * Merge from Debian unstable. Remaining changes: diff -Nru gtksourceview2-2.10.5/debian/patches/ppc64el.diff gtksourceview2-2.10.5/debian/patches/ppc64el.diff --- gtksourceview2-2.10.5/debian/patches/ppc64el.diff 1970-01-01 00:00:00.000000000 +0000 +++ gtksourceview2-2.10.5/debian/patches/ppc64el.diff 2013-12-23 04:25:38.000000000 +0000 @@ -0,0 +1,56 @@ +Index: b/configure +=================================================================== +--- a/configure ++++ b/configure +@@ -5869,7 +5869,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; +- ppc64-*linux*|powerpc64-*linux*) ++ powerpc64le-*) ++ LD="${LD-ld} -m elf32lppclinux" ++ ;; ++ powerpc64-*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) +@@ -5888,7 +5891,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; +- ppc*-*linux*|powerpc*-*linux*) ++ powerpcle-*) ++ LD="${LD-ld} -m elf64lppc" ++ ;; ++ powerpc-*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) +Index: b/m4/libtool.m4 +=================================================================== +--- a/m4/libtool.m4 ++++ b/m4/libtool.m4 +@@ -1238,7 +1238,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; +- ppc64-*linux*|powerpc64-*linux*) ++ powerpc64le-*) ++ LD="${LD-ld} -m elf32lppclinux" ++ ;; ++ powerpc64-*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) +@@ -1257,7 +1260,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; +- ppc*-*linux*|powerpc*-*linux*) ++ powerpcle-*) ++ LD="${LD-ld} -m elf64lppc" ++ ;; ++ powerpc-*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) diff -Nru gtksourceview2-2.10.5/debian/patches/series gtksourceview2-2.10.5/debian/patches/series --- gtksourceview2-2.10.5/debian/patches/series 2013-12-17 18:47:25.000000000 +0000 +++ gtksourceview2-2.10.5/debian/patches/series 2013-12-23 04:25:33.000000000 +0000 @@ -1 +1,2 @@ add-opal-syntax.patch +ppc64el.diff