freebsd-ports/audio/tempest_for_eliza/files/patch-configure
Maxim Sobolev 4aff315557 - Update to 1.0.5;
- don't unconditionally add -O2 to CFLAGS;
- use devel/sld12 instead of devel/sdl10 because the latter is doomed for
  deorbiting.

Approved by:	maintainer
2002-04-17 14:28:23 +00:00

14 lines
319 B
Text

$FreeBSD$
--- configure.orig Sat Dec 1 19:50:18 2001
+++ configure Wed Apr 17 16:00:28 2002
@@ -1055,7 +1055,7 @@
if test "$yyynooptimizing" = "yes"; then
YYY_CXXFLAGS="$YYY_CXXFLAGS -O0"
else
- YYY_CXXFLAGS="$YYY_CXXFLAGS -O2"
+# YYY_CXXFLAGS="$YYY_CXXFLAGS -O2"
fi
if test "$yyyprofiling" = "yes"; then