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.

49 lines
1.6 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../rivatv/disable-configure-checks.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 ---
  16. --- rivatv-0.8.6/configure.orig 2005-07-23 19:26:32.862196560 +0200
  17. +++ rivatv-0.8.6/configure 2005-07-23 19:30:08.645392528 +0200
  18. @@ -222,15 +222,15 @@
  19. echo -n "Checking for /proc... "
  20. -if test -n "`/bin/mount | grep \"type proc\"`"; then
  21. +#if test -n "`/bin/mount | grep \"type proc\"`"; then
  22. echo "yes"
  23. -else
  24. - echo "no"
  25. - echo "*** ERROR:"
  26. - echo "*** proc-fs is needed for testing"
  27. - echo "*** We recommend you enable proc-fs in your kernel"
  28. - exit 1
  29. -fi
  30. +#else
  31. +# echo "no"
  32. +# echo "*** ERROR:"
  33. +# echo "*** proc-fs is needed for testing"
  34. +# echo "*** We recommend you enable proc-fs in your kernel"
  35. +# exit 1
  36. +#fi
  37. echo -n "Checking for kernel gcc... "
  38. @@ -243,7 +243,6 @@
  39. echo "*** If you are going to use the running kernel (compiled with"
  40. echo "*** gcc version $kgcc) with RivaTV (will be compiled"
  41. echo "*** with gcc version $bgcc) you may experience system crashes."
  42. - WARNINGS=`expr $WARNINGS + 1`
  43. fi
  44. # Check for write access to kernel sources