* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / x11 / wxwidgets / configure_create_pch.patch
blob6c25e3a8d23e87c998973e37eccdcfb731abfb78
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../wxwidgets/configure_create_pch.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 statt -c hinzufügen evtl.
18 1. -E oder
19 2. -MM -MF verwenden und -o weglassen.
20 für 1. oder 2. muß die regel genauer geprüft werden, ob dependency output nicht
21 nur nebenprodukt ist.
23 --- wxPython-src-2.6.1.0.orig/configure 2005-06-02 20:29:33.000000000 +0200
24 +++ wxPython-src-2.6.1.0/configure 2005-08-17 10:40:15.303926000 +0200
25 @@ -45965,7 +45965,7 @@
26 mkdir -p .deps
27 if test "x${GCC_PCH}" = "x1" ; then
28 # can do this because gcc is >= 3.4:
29 - ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
30 + ${D}{compiler} -c -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
31 elif test "x${ICC_PCH}" = "x1" ; then
32 filename=pch_gen-${D}${D}
33 file=${D}{filename}.c