]> git.pld-linux.org Git - packages/gnuchess.git/commitdiff
- remove some not neccessary lines. RA-1_0 gnuchess-4_0_pl80-9
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Dec 2001 10:27:00 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnuchess-ac_fixes.patch -> 1.1

gnuchess-ac_fixes.patch [new file with mode: 0644]

diff --git a/gnuchess-ac_fixes.patch b/gnuchess-ac_fixes.patch
new file mode 100644 (file)
index 0000000..d7633a5
--- /dev/null
@@ -0,0 +1,21 @@
+--- gnuchess-4.0.pl80/src/configure.in~        Thu Dec  6 10:54:06 2001
++++ gnuchess-4.0.pl80/src/configure.in Thu Dec  6 10:54:06 2001
+@@ -3,18 +3,7 @@
+ AC_INIT(ataks.c)
+ dnl Checks for programs.
+-if test -z "$CFLAGS" ; then
+-  CFLAGS_DEFAULTED=yes
+-fi
+ AC_PROG_CC
+-if test "$CFLAGS_DEFAULTED" = yes; then
+-  if test "$GCC" = yes; then
+-    CFLAGS="-O2"
+-  else
+-    dnl Probably every compiler has a -O flag, but not all have -O2, -O3, etc
+-    CFLAGS="-O"
+-  fi
+-fi
+ AC_PROG_INSTALL
+ dnl Checks for libraries.
This page took 0.066598 seconds and 4 git commands to generate.