~ubuntu-branches/ubuntu/trusty/a52dec/trusty

« back to all changes in this revision

Viewing changes to debian/patches/03b-fix-autotools.diff

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Dmitrijs Ledkovs, Fabian Greffrath, Stefan Potyra
  • Date: 2011-03-15 07:42:10 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110315074210-6pwuah0bmxm6qv4e
Tags: 0.7.4-15
[ Dmitrijs Ledkovs ]
* adding ubuntu_50_fix_imdct_error_msg.diff (cf. LP: #441693)
* debian/control:
  + bump policy version, no change required.
  + update email address.
  * Ubuntu vendor patch

[ Fabian Greffrath ]
* 03-link-against-lm.diff: Do not link the static libao.a against -lm,
  this is about to fail. (Closes: #618082)
* 04-libtoolize.diff: Drop, use dh-autoreconf instead.
* ubuntu_50_fix_imdct_error_msg.diff: Rename to
  50_fix_imdct_error_msg.diff (Closes: #441693).

[ Stefan Potyra ]
* debian/patches/03-link-against-lm.diff: importing patch applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: a52dec-0.7.4/liba52/Makefile.am
2
 
===================================================================
3
 
--- a52dec-0.7.4.orig/liba52/Makefile.am        2010-12-12 19:28:28.157450916 +0100
4
 
+++ a52dec-0.7.4/liba52/Makefile.am     2010-12-12 19:28:29.547450916 +0100
5
 
@@ -1,4 +1,4 @@
6
 
-CFLAGS = @CFLAGS@ @LIBA52_CFLAGS@
7
 
+AM_CFLAGS = @CFLAGS@ @LIBA52_CFLAGS@
8
 
 
9
 
 lib_LTLIBRARIES = liba52.la
10
 
 
11
 
Index: a52dec-0.7.4/src/Makefile.am
12
 
===================================================================
13
 
--- a52dec-0.7.4.orig/src/Makefile.am   2010-12-12 19:28:18.427450916 +0100
14
 
+++ a52dec-0.7.4/src/Makefile.am        2010-12-12 19:28:19.967450916 +0100
15
 
@@ -1,4 +1,4 @@
16
 
-CFLAGS = @A52DEC_CFLAGS@
17
 
+AM_CFLAGS = @A52DEC_CFLAGS@
18
 
 
19
 
 bin_PROGRAMS = a52dec extract_a52
20
 
 a52dec_SOURCES = a52dec.c getopt.c gettimeofday.c