summaryrefslogtreecommitdiff
path: root/package/libmad/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 14:18:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 14:18:52 +0100
commit1dbfbd6e0c5c2738f2f8d3b9b8ff0a3a9dc4e529 (patch)
tree7d453626109a4d36305307206ded637914b9833d /package/libmad/patches/patch-configure
parent92e6956680178ab6b2ac30d85efe126af81e39b2 (diff)
c++ compiler fixes
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff.
Diffstat (limited to 'package/libmad/patches/patch-configure')
-rw-r--r--package/libmad/patches/patch-configure10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libmad/patches/patch-configure b/package/libmad/patches/patch-configure
deleted file mode 100644
index 79126f24a..000000000
--- a/package/libmad/patches/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- libmad-0.15.1b.orig/configure 2004-02-05 10:34:07.000000000 +0100
-+++ libmad-0.15.1b/configure 2010-01-22 22:03:54.000000000 +0100
-@@ -19099,7 +19099,6 @@ then
- case "$optimize" in
- -O|"-O "*)
- optimize="-O"
-- optimize="$optimize -fforce-mem"
- optimize="$optimize -fforce-addr"
- : #x optimize="$optimize -finline-functions"
- : #- optimize="$optimize -fstrength-reduce"