aboutsummaryrefslogtreecommitdiff
path: root/games/heroes/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-24 21:03:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-24 21:03:16 +0000
commit61be9bae99f520174d77c369f4fcc8da53001be6 (patch)
tree8dfa03c981081fbcf53a2fdfe375962f982768b8 /games/heroes/files
parent8fd163a23bc9ebb7e3257f5655532bbbe7f2903f (diff)
downloadports-61be9bae99f520174d77c369f4fcc8da53001be6.tar.gz
ports-61be9bae99f520174d77c369f4fcc8da53001be6.zip
Notes
Diffstat (limited to 'games/heroes/files')
-rw-r--r--games/heroes/files/patch-configure32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/heroes/files/patch-configure b/games/heroes/files/patch-configure
new file mode 100644
index 000000000000..5b4339035d59
--- /dev/null
+++ b/games/heroes/files/patch-configure
@@ -0,0 +1,32 @@
+
+$FreeBSD$
+
+--- configure.orig Sat Feb 24 13:04:23 2001
++++ configure Sat Feb 24 22:40:31 2001
+@@ -9699,7 +9699,7 @@
+ CFLAGS="$CFLAGS -ggdb3"
+ else
+ if test "${ac_cv_prog_cc_g}" = yes; then
+- CFLAGS="$CFLAGS -g"
++# CFLAGS="$CFLAGS -g"
+ fi
+ fi
+ ;;
+@@ -9707,7 +9707,7 @@
+ ;;
+ *)
+ if test "${ac_cv_prog_cc_g}" = yes; then
+- CFLAGS="$CFLAGS -g"
++# CFLAGS="$CFLAGS -g"
+ fi
+ ;;
+ esac
+@@ -9727,7 +9727,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"
+ for cf_opt in \
+ ffast-math \
+ fstrict-aliasing \