mirror of the now-defunct rocklinux.org
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.

84 lines
2.5 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/public/superkaramba/python-2.4.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./admin/acinclude.m4.in.orig 2004-12-13 16:00:11.000000000 +0100
  20. +++ ./admin/acinclude.m4.in 2004-12-13 16:00:59.000000000 +0100
  21. @@ -4068,13 +4068,15 @@
  22. [
  23. - KDE_CHECK_PYTHON_INTERN("2.3",
  24. - [KDE_CHECK_PYTHON_INTERN("2.2",
  25. - [KDE_CHECK_PYTHON_INTERN("2.1",
  26. - [KDE_CHECK_PYTHON_INTERN("2.0",
  27. - [KDE_CHECK_PYTHON_INTERN($1, $2) ])
  28. - ])
  29. - ])
  30. + KDE_CHECK_PYTHON_INTERN("2.4",
  31. + [KDE_CHECK_PYTHON_INTERN("2.3",
  32. + [KDE_CHECK_PYTHON_INTERN("2.2",
  33. + [KDE_CHECK_PYTHON_INTERN("2.1",
  34. + [KDE_CHECK_PYTHON_INTERN("2.0",
  35. + [KDE_CHECK_PYTHON_INTERN($1, $2) ])
  36. + ])
  37. + ])
  38. + ])
  39. ])
  40. # KDE_CHECK_PYTHON_INTERN("2.2",
  41. --- ./acinclude.m4.orig 2004-12-13 16:00:11.000000000 +0100
  42. +++ ./acinclude.m4 2004-12-13 16:00:59.000000000 +0100
  43. @@ -4068,13 +4068,15 @@
  44. [
  45. - KDE_CHECK_PYTHON_INTERN("2.3",
  46. - [KDE_CHECK_PYTHON_INTERN("2.2",
  47. - [KDE_CHECK_PYTHON_INTERN("2.1",
  48. - [KDE_CHECK_PYTHON_INTERN("2.0",
  49. - [KDE_CHECK_PYTHON_INTERN($1, $2) ])
  50. - ])
  51. - ])
  52. + KDE_CHECK_PYTHON_INTERN("2.4",
  53. + [KDE_CHECK_PYTHON_INTERN("2.3",
  54. + [KDE_CHECK_PYTHON_INTERN("2.2",
  55. + [KDE_CHECK_PYTHON_INTERN("2.1",
  56. + [KDE_CHECK_PYTHON_INTERN("2.0",
  57. + [KDE_CHECK_PYTHON_INTERN($1, $2) ])
  58. + ])
  59. + ])
  60. + ])
  61. ])
  62. # KDE_CHECK_PYTHON_INTERN("2.2",
  63. --- ./configure.orig 2004-11-16 06:12:48.000000000 +0100
  64. +++ ./configure 2004-12-13 16:27:45.000000000 +0100
  65. @@ -25886,10 +25886,10 @@
  66. -if test -z ""2.3""; then
  67. +if test -z ""2.4""; then
  68. version="1.5"
  69. else
  70. - version=""2.3""
  71. + version=""2.4""
  72. fi
  73. echo "$as_me:$LINENO: checking for Python$version" >&5