summaryrefslogtreecommitdiff
path: root/package/libid3tag/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'package/libid3tag/patches/patch-configure')
-rw-r--r--package/libid3tag/patches/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libid3tag/patches/patch-configure b/package/libid3tag/patches/patch-configure
new file mode 100644
index 000000000..d243b3634
--- /dev/null
+++ b/package/libid3tag/patches/patch-configure
@@ -0,0 +1,14 @@
+--- libid3tag-0.15.1b.orig/configure 2004-02-05 10:35:25.000000000 +0100
++++ libid3tag-0.15.1b/configure 2011-01-21 14:17:04.434906188 +0100
+@@ -19038,10 +19038,7 @@ do
+ arch="$arch $1"
+ shift
+ ;;
+- -fomit-frame-pointer)
+- shift
+- ;;
+- -O*|-f*)
++ -O*)
+ optimize="$1"
+ shift
+ ;;