r12114 - /desktop/unstable/ekiga/debian/patches/armel.dpatch
kilian at users.alioth.debian.org
kilian at users.alioth.debian.org
Fri Jul 27 17:29:49 UTC 2007
Author: kilian
Date: Fri Jul 27 17:29:49 2007
New Revision: 12114
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12114
Log:
Add new ARMEL patch, too.
Added:
desktop/unstable/ekiga/debian/patches/armel.dpatch (with props)
Added: desktop/unstable/ekiga/debian/patches/armel.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/armel.dpatch?rev=12114&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/patches/armel.dpatch (added)
+++ desktop/unstable/ekiga/debian/patches/armel.dpatch Fri Jul 27 17:29:49 2007
@@ -1,0 +1,32 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## armel.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Include linux-gnueabi to linux arches to fix building on ARMEL
+## DP: Fixes Debian Bug#433630. Included upstream in SVN trunk already.
+
+ at DPATCH@
+diff -urNad ekiga-2.0.9~/configure ekiga-2.0.9/configure
+--- ekiga-2.0.9~/configure 2007-04-12 10:27:20.000000000 +0200
++++ ekiga-2.0.9/configure 2007-07-27 19:26:13.000000000 +0200
+@@ -21961,7 +21961,7 @@
+ gm_platform="solaris"
+ ;;
+
+- linux-gnu | linux | Linux)
++ linux-gnu | linux-gnueabi | linux | Linux)
+ ARCH_OPAL_CFLAGS="-DPTRACING -DNDEBUG -Wall -Os -g -fno-exceptions -felide-constructors"
+ ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+ { echo "$as_me:$LINENO: result: yes" >&5
+diff -urNad ekiga-2.0.9~/configure.in ekiga-2.0.9/configure.in
+--- ekiga-2.0.9~/configure.in 2007-04-12 10:26:46.000000000 +0200
++++ ekiga-2.0.9/configure.in 2007-07-27 19:26:04.000000000 +0200
+@@ -148,7 +148,7 @@
+ gm_platform="solaris"
+ ;;
+
+- linux-gnu | linux | Linux)
++ linux-gnu | linux-gnueabi | linux | Linux)
+ ARCH_OPAL_CFLAGS="-DPTRACING -DNDEBUG -Wall -Os -g -fno-exceptions -felide-constructors"
+ ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+ AC_MSG_RESULT([yes])
Propchange: desktop/unstable/ekiga/debian/patches/armel.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the pkg-gnome-commits
mailing list