freebsd-ports/www/tidy-devel/files/patch-build_gnuauto_configure.in
Thierry Thomas edba2db034 Backport the fix from www/tidy-html5.
PR:		ports/200631
Submitted by:	Walter Hop
Security:	VuXML: bd1ab7a5-0e01-11e5-9976-a0f3c100ae18
2015-06-08 18:06:06 +00:00

11 lines
326 B
Text

--- build/gnuauto/configure.in.orig 2008-03-24 21:08:16 UTC
+++ build/gnuauto/configure.in
@@ -72,7 +72,7 @@ AC_ARG_ENABLE(debug,[ --enable-debug
if test $debug_build = yes; then
CFLAGS="$save_cflags -g"
else
- CFLAGS="-O2 $save_cflags"
+ CFLAGS="$save_cflags"
fi
#
# =============================================