diff options
Diffstat (limited to 'sysutils/logtool/files/patch-configure')
-rw-r--r-- | sysutils/logtool/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/logtool/files/patch-configure b/sysutils/logtool/files/patch-configure new file mode 100644 index 000000000000..90bf21b57c58 --- /dev/null +++ b/sysutils/logtool/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Feb 12 00:10:54 2001 ++++ configure Mon Feb 12 00:11:16 2001 +@@ -745,7 +745,7 @@ + fi + + if test -n "$GCC"; then +- CFLAGS="-O3 -Wall -Werror -ansi -pedantic" ++ CFLAGS="-ansi -pedantic" + fi + + |