summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-04-28 08:05:32 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-05-03 13:17:44 +0200
commitcda35f05f29d81038a861eb6ac06bf84bcde7012 (patch)
tree22b9f9d2095f58baa3b81ecc53cb74685608464e /patches
parent1ac67cbb69667b481ad067bb211a8b0e6d43e12d (diff)
downloadptxdist-cda35f05f29d81038a861eb6ac06bf84bcde7012.tar.gz
ptxdist-cda35f05f29d81038a861eb6ac06bf84bcde7012.tar.xz
[libmad] patch cleanup
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/mad-0.14.2b/configure.patch9
-rw-r--r--patches/mad-0.14.2b/libmad_configure.patch10
2 files changed, 19 insertions, 0 deletions
diff --git a/patches/mad-0.14.2b/configure.patch b/patches/mad-0.14.2b/configure.patch
index d312600d6..0597155c3 100644
--- a/patches/mad-0.14.2b/configure.patch
+++ b/patches/mad-0.14.2b/configure.patch
@@ -1,3 +1,12 @@
+From: Juergen Beisert <j.beisert@pengutronixde>
+Subject: [libmad] remove special handling for architectures
+
+The configure script adds certain -march flags for different
+architectures, which contain a-priori implications which might not be
+true for several systems.
+
+Signed-off-by: Juergen Beisert <j.beisert@pengutronixde>
+---
--- configure.orig 2006-12-21 18:53:25.000000000 +0100
+++ configure 2006-12-21 18:53:50.000000000 +0100
@@ -1857,10 +1857,9 @@
diff --git a/patches/mad-0.14.2b/libmad_configure.patch b/patches/mad-0.14.2b/libmad_configure.patch
index 25fe388c9..bd5d586ff 100644
--- a/patches/mad-0.14.2b/libmad_configure.patch
+++ b/patches/mad-0.14.2b/libmad_configure.patch
@@ -1,3 +1,13 @@
+From: Juergen Beisert <j.beisert@pengutronixde>
+Subject: [libmad] remove special handling for architectures
+
+The configure script adds certain -march flags for different
+architectures, which contain a-priori implications which might not be
+true for several systems.
+
+Signed-off-by: Juergen Beisert <j.beisert@pengutronixde>
+---
+
--- libmad/configure.orig 2006-12-21 18:55:55.000000000 +0100
+++ libmad/configure 2006-12-21 18:56:11.000000000 +0100
@@ -1656,10 +1656,9 @@