summaryrefslogtreecommitdiff
path: root/package/libvorbisidec/patches/patch-configure_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-03 15:43:54 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-03 15:43:54 +0100
commit89401c31ebdfea030df42893bfea16b0c2b31980 (patch)
tree697ebbc4aa00b01537e0d315dfb9663c26d1b0ed /package/libvorbisidec/patches/patch-configure_in
parent06f9d863fbc0a707852fdd7bb90b9d9359a95027 (diff)
convert to autotool inrastructure
Diffstat (limited to 'package/libvorbisidec/patches/patch-configure_in')
-rw-r--r--package/libvorbisidec/patches/patch-configure_in17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/libvorbisidec/patches/patch-configure_in b/package/libvorbisidec/patches/patch-configure_in
new file mode 100644
index 000000000..d175b95a9
--- /dev/null
+++ b/package/libvorbisidec/patches/patch-configure_in
@@ -0,0 +1,17 @@
+--- libvorbisidec-1.0.2+svn15687.orig/configure.in 2007-07-24 00:35:47.000000000 +0200
++++ libvorbisidec-1.0.2+svn15687/configure.in 2013-11-03 15:39:12.000000000 +0100
+@@ -59,12 +59,12 @@ else
+ case $host in
+ arm-*-*)
+ DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_"
+- CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char"
++ CFLAGS="-D_ARM_ASSEM_ -fsigned-char"
+ PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";;
+
+ *)
+ DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
+- CFLAGS="-O2 -Wall -fsigned-char"
++ CFLAGS="-fsigned-char"
+ PROFILE="-Wall -pg -g -O2 -fsigned-char -fno-inline-functions";;
+ esac
+ fi