From 69f8753670edd1530ab50604f6e01bb48ba27de6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 21 Dec 2000 15:06:51 +0000 Subject: [PATCH] - don't mess with CFLAGS Changed files: dialog-opt.patch -> 1.1 --- dialog-opt.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dialog-opt.patch diff --git a/dialog-opt.patch b/dialog-opt.patch new file mode 100644 index 0000000..0ddd52f --- /dev/null +++ b/dialog-opt.patch @@ -0,0 +1,18 @@ +--- dialog-0.69/configure.in~ Wed Dec 20 20:47:11 2000 ++++ dialog-0.69/configure.in Wed Dec 20 20:47:35 2000 +@@ -12,15 +12,6 @@ + LDFLAGS="-s" + LIBS="" + +-if test x$GCC = xyes +- then +- CFLAGS="-Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strength-reduce" +- OPTFLAGS="-O2" +- else +- CFLAGS="" +- OPTFLAGS="-O" +-fi +- + DEBFLAGS="-g -DDEBUG_DIALOG" + + dnl ################################################################ GPM -- 2.44.0