]> git.pld-linux.org Git - packages/ClanLib.git/blob - ClanLib-config.patch
- addedd config patch for configure.in,
[packages/ClanLib.git] / ClanLib-config.patch
1 diff -uNr ClanLib-0.5.1.orig/configure.in ClanLib-0.5.1/configure.in
2 --- ClanLib-0.5.1.orig/configure.in     Wed Oct 31 21:43:54 2001
3 +++ ClanLib-0.5.1/configure.in  Mon Mar 25 22:25:57 2002
4 @@ -565,7 +565,7 @@
5      comp_mode="-DDEBUG=1 -g3 -ggdb3 -O0"
6      AC_MSG_RESULT([enabled])
7    else
8 -    comp_mode="-O3 -march=pentium"
9 +    comp_mode="-O2"
10      AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
11    fi
12  ],
This page took 0.155866 seconds and 3 git commands to generate.