diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-06 13:30:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-06 13:30:31 +0000 |
commit | ee6fd3564490abe50413ad65367ccbd575855826 (patch) | |
tree | 0adce5c156aaa7bb8a79ac1185dd480ce4861b23 /games/heroes/files | |
parent | - Add WWW; (diff) |
Update to 0.21.
Diffstat (limited to 'games/heroes/files')
-rw-r--r-- | games/heroes/files/patch-configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/heroes/files/patch-configure b/games/heroes/files/patch-configure index 5b4339035d59..43de5115b89d 100644 --- a/games/heroes/files/patch-configure +++ b/games/heroes/files/patch-configure @@ -1,32 +1,32 @@ $FreeBSD$ ---- configure.orig Sat Feb 24 13:04:23 2001 -+++ configure Sat Feb 24 22:40:31 2001 -@@ -9699,7 +9699,7 @@ +--- configure.orig Sat Mar 30 19:36:16 2002 ++++ configure Sat Apr 6 16:11:51 2002 +@@ -13339,7 +13339,7 @@ CFLAGS="$CFLAGS -ggdb3" else if test "${ac_cv_prog_cc_g}" = yes; then - CFLAGS="$CFLAGS -g" -+# CFLAGS="$CFLAGS -g" ++ CFLAGS="$CFLAGS" fi fi ;; -@@ -9707,7 +9707,7 @@ +@@ -13347,7 +13347,7 @@ ;; *) if test "${ac_cv_prog_cc_g}" = yes; then - CFLAGS="$CFLAGS -g" -+# CFLAGS="$CFLAGS -g" ++ CFLAGS="$CFLAGS" fi ;; esac -@@ -9727,7 +9727,7 @@ +@@ -13367,7 +13367,7 @@ int main(int argc, char *argv[]) { return argv[argc-1] == 0; } EOF cf_save_CFLAGS="$CFLAGS" - ac_cv_prog_gcc_opt_flags="-O3" -+# ac_cv_prog_gcc_opt_flags="-O3" ++ ac_cv_prog_gcc_opt_flags="" for cf_opt in \ ffast-math \ fstrict-aliasing \ |