~ubuntu-branches/ubuntu/trusty/ekiga/trusty

« back to all changes in this revision

Viewing changes to debian/patches/powerpcspe.patch

  • Committer: Package Import Robot
  • Author(s): Jackson Doak, Andreas Beckmann
  • Date: 2014-02-26 06:26:53 UTC
  • Revision ID: package-import@ubuntu.com-20140226062653-j2lpvebltct8q5r1
Tags: 4.0.1-3ubuntu1
[ Andreas Beckmann ]
* Switch to dh-autoreconf. Enable automake option subdir-objects.
* Use explicit --with-boost-libdir since multiarch detection does not work
  on *-i386 architectures.  (Closes: #735791)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/configure.orig    2013-05-10 13:11:17.000000000 +0200
2
 
+++ a/configure 2013-05-10 13:11:47.000000000 +0200
3
 
@@ -16583,7 +16583,7 @@
4
 
     gm_platform="solaris"
5
 
     ;;
6
 
 
7
 
-  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
8
 
+  linux-gnulp | linux-gnu | linux-gnuspe | linux-gnueabi* | linux | Linux)
9
 
     gm_platform="linux"
10
 
     ;;
11
 
 
12
1
--- a/configure.ac.orig 2013-05-10 13:11:24.000000000 +0200
13
2
+++ a/configure.ac      2013-05-10 13:12:00.000000000 +0200
14
3
@@ -90,7 +90,7 @@