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.

38 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../qtparted/no-unsermake-cvs.sh.patch
  5. # Copyright (C) 2006 - 2008 The OpenSDE 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. --- ./admin/cvs.sh.orig 2005-07-06 19:49:51.000000000 +0300
  17. +++ ./admin/cvs.sh 2006-12-15 04:53:02.232228000 +0200
  18. # Patch from Gentoo josejx
  19. @@ -32,7 +32,7 @@
  20. required_autoconf_version="2.53 or newer"
  21. AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
  22. case $AUTOCONF_VERSION in
  23. - Autoconf*2.5* | autoconf*2.5* ) : ;;
  24. + Autoconf*2.6* | autoconf*2.6* ) : ;;
  25. "" )
  26. echo "*** AUTOCONF NOT FOUND!."
  27. echo "*** KDE requires autoconf $required_autoconf_version"
  28. @@ -47,7 +47,7 @@
  29. AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
  30. case $AUTOHEADER_VERSION in
  31. - Autoconf*2.5* | autoheader*2.5* ) : ;;
  32. + Autoconf*2.6* | autoheader*2.6* ) : ;;
  33. "" )
  34. echo "*** AUTOHEADER NOT FOUND!."
  35. echo "*** KDE requires autoheader $required_autoconf_version"