~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): Eugen Dedu, Eugen Dedu, Emilio Pozuelo Monfort
  • Date: 2014-01-18 11:28:19 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20140118112819-l7faiuu8cp13gau3
[ Eugen Dedu ]
* Install README.security in doc directory (Closes: #712033)
* Fix debian svn/vcs information
* Fix FTBFS on powerpcspe (Closes: 701565)
* Fix FTBFS with recent boost libraries (Closes: 735791)

[ Emilio Pozuelo Monfort ]
* debian/rules:
  + Disable silent rules.

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
--- a/configure.ac.orig 2013-05-10 13:11:24.000000000 +0200
 
13
+++ a/configure.ac      2013-05-10 13:12:00.000000000 +0200
 
14
@@ -90,7 +90,7 @@
 
15
     gm_platform="solaris"
 
16
     ;;
 
17
 
 
18
-  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
 
19
+  linux-gnulp | linux-gnu | linux-gnuspe | linux-gnueabi* | linux | Linux)
 
20
     gm_platform="linux"
 
21
     ;;
 
22