OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: 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. # --- SDE-COPYRIGHT-NOTE-END ---
  16. statt -c hinzuf�gen evtl.
  17. 1. -E oder
  18. 2. -MM -MF verwenden und -o weglassen.
  19. f�r 1. oder 2. mu� die regel genauer gepr�ft werden, ob dependency output nicht
  20. nur nebenprodukt ist.
  21. --- wxPython-src-2.6.1.0.orig/configure 2005-06-02 20:29:33.000000000 +0200
  22. +++ wxPython-src-2.6.1.0/configure 2005-08-17 10:40:15.303926000 +0200
  23. @@ -45965,7 +45965,7 @@
  24. mkdir -p .deps
  25. if test "x${GCC_PCH}" = "x1" ; then
  26. # can do this because gcc is >= 3.4:
  27. - ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
  28. + ${D}{compiler} -c -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
  29. elif test "x${ICC_PCH}" = "x1" ; then
  30. filename=pch_gen-${D}${D}
  31. file=${D}{filename}.c