~ubuntu-branches/ubuntu/oneiric/ecasound2.2/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/07_configure_in_maintainer_mode.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: AM_MAINTAINER_MODE is required to get things working with make clean and unpatch.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad ecasound2.2-2.4.4~/configure.in ecasound2.2-2.4.4/configure.in
9
 
--- ecasound2.2-2.4.4~/configure.in     2006-01-27 09:18:51.000000000 +0900
10
 
+++ ecasound2.2-2.4.4/configure.in      2006-01-28 06:29:39.000000000 +0900
 
8
diff -urNad ecasound2.2~/configure.in ecasound2.2/configure.in
 
9
--- ecasound2.2~/configure.in   2007-08-19 18:59:32.000000000 +0900
 
10
+++ ecasound2.2/configure.in    2007-08-19 19:03:46.629460280 +0900
11
11
@@ -19,6 +19,7 @@
12
12
 
13
13
 dnl FIXME: replace with AC_CONFIG_HEADERS when upgrading to a newer automake