
$FreeBSD: ports/audio/flac/files/patch-configure,v 1.5 2002/10/05 16:37:28 naddy Exp $

--- configure.orig	Wed Sep 25 06:53:08 2002
+++ configure	Sat Oct  5 14:48:41 2002
@@ -7333,6 +7333,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'
@@ -11113,7 +11114,7 @@
 if test x$debug = xtrue; then
 	OUR_CFLAGS_TAIL="-g -O0 -DDEBUG"
 else
-	OUR_CFLAGS_TAIL="-O3 -DNDEBUG"
+	OUR_CFLAGS_TAIL="-DNDEBUG"
 	if test x$GCC = xyes; then
 		OUR_CFLAGS_TAIL="$OUR_CFLAGS_TAIL -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__"
 	fi
