summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2001-09-26 04:26:26 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitfb945d3b66e4c4e81756c038b371860ac53e4dda (patch)
tree91359c21c2697245e9ba7dc369cb9f105f4cf45b
parent5b7862d6c2d84c89d84bac0b56ef36173004042a (diff)
downloadlibsndfile-fb945d3b66e4c4e81756c038b371860ac53e4dda.zip
libsndfile-fb945d3b66e4c4e81756c038b371860ac53e4dda.tar.gz
- updated for 0.0.25.libsndfile-0_0_25-1
Changed files: libsndfile-autoconf.patch -> 1.6
-rw-r--r--libsndfile-autoconf.patch17
1 files changed, 12 insertions, 5 deletions
diff --git a/libsndfile-autoconf.patch b/libsndfile-autoconf.patch
index bd5ef0f..2969496 100644
--- a/libsndfile-autoconf.patch
+++ b/libsndfile-autoconf.patch
@@ -1,13 +1,20 @@
---- libsndfile-0.0.23/configure.in.orig Sun Jul 15 11:10:03 2001
-+++ libsndfile-0.0.23/configure.in Thu Jul 19 23:25:23 2001
-@@ -54,26 +54,6 @@
+--- libsndfile-0.0.25/configure.in.orig Sun Sep 23 22:58:31 2001
++++ libsndfile-0.0.25/configure.in Wed Sep 26 06:24:46 2001
+@@ -47,33 +47,10 @@
+ AC_ARG_ENABLE(gcc-pipe, [ --disable-gcc-pipe disable gcc -pipe option ],
+ ac_arg_gcc_pipe="N", ac_arg_gcc_pipe="Y")
+
+-AC_ARG_ENABLE(gcc-opt, [ --disable-gcc-opt disable gcc optimisations ],
+- ac_arg_gcc_opt="N", ac_arg_gcc_opt="Y")
+-
+ AC_ARG_ENABLE(force-broken-float,
[ --enable-force-broken-float force use of broken float code ],
ac_arg_broken_float="Y", ac_arg_broken_float="N")
-if test $ac_cv_prog_gcc = yes ; then
-- CFLAGS="-g -O2 -Wstrict-prototypes"
+- CFLAGS="$CFLAGS -g -O2 -Wstrict-prototypes"
- if test "$ac_arg_gcc_opt" = "N" ; then
-- CFLAGS="-g -O0 -Wstrict-prototypes"
+- CFLAGS="$CFLAGS -g -O0 -Wstrict-prototypes"
- AC_MSG_WARN([[*** Compiler optimisations switched off. ***]])
- fi
- dnl Disable -Wall and -pedantic for Apple Darwin/Rhapsody.