From 7d913c25007cd45c3940a8c720bfae5395b91bbc Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 11 Aug 2001 01:24:49 +0000 Subject: [PATCH] careful with CFLAGS --- games/heroes/patches/patch-configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games/heroes/patches/patch-configure diff --git a/games/heroes/patches/patch-configure b/games/heroes/patches/patch-configure new file mode 100644 index 00000000000..c886a934d48 --- /dev/null +++ b/games/heroes/patches/patch-configure @@ -0,0 +1,12 @@ +$OpenBSD: patch-configure,v 1.1 2001/08/11 01:24:49 pvalchev Exp $ +--- configure.orig Fri Aug 10 19:13:43 2001 ++++ configure Fri Aug 10 19:14:48 2001 +@@ -10010,8 +10010,6 @@ EOF + fi + echo "$as_me:10011: result: $ac_cv_prog_gcc_opt_flags" >&5 + echo "${ECHO_T}$ac_cv_prog_gcc_opt_flags" >&6 +-else +- CFLAGS="$CFLAGS -O" + fi + # Check whether --enable-warnings or --disable-warnings was given. + if test "${enable_warnings+set}" = set; then