aboutsummaryrefslogtreecommitdiff
path: root/audio/flac/files/patch-configure
blob: b16793a26fae6e9d0a5d1af3f6c05f63efd17478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

$FreeBSD$

--- configure.orig	Sun Feb 23 01:11:25 2003
+++ configure	Sun Feb 23 01:11:27 2003
@@ -7817,6 +7817,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -9818,6 +9819,8 @@
   fi
 
 
+# Disable id3lib detection
+if false; then
 
 # Check whether --with-id3lib or --without-id3lib was given.
 if test "${with_id3lib+set}" = set; then
@@ -10006,6 +10009,8 @@
 
 	rm -f conf.id3libtest
 
+fi
+have_id3lib=no
 
 
 if test x$have_id3lib = xyes; then
@@ -11713,7 +11718,7 @@
 if test x$debug = xtrue; then
 	OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -g -O0 -DDEBUG"
 else
-	OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O3 -DNDEBUG"
+	OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -DNDEBUG"
 	if test x$GCC = xyes; then
 		OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__"
 	fi