freebsd-ports/emulators/uae/files/patch-configure.in
Martin Blapp 2e7ff44725 Allow UAE to build with gcc3.x.
Respect CFLAGS, use AUTOCONF.

PR:		46644
Submitted by:	Keith Jones <freebsd.dev@blueyonder.co.uk>
2003-02-24 23:54:29 +00:00

13 lines
432 B
Text

--- configure.in.orig Mon Feb 4 14:23:29 2002
+++ configure.in Tue Feb 25 00:30:57 2003
@@ -598,9 +598,7 @@
if test $ac_cv_prog_gcc = yes; then
WARNING_CFLAGS="-Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes"
- OPTIMIZE_CFLAGS="-O2 -fomit-frame-pointer"
- dnl Not nice, but needed to turn off -g
- CFLAGS=
+ OPTIMIZE_CFLAGS="-fomit-frame-pointer"
fi
if [[ "x$DO_PROFILING" = "xyes" ]]; then