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.

43 lines
1.8 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/tsa/nvidia/makeinst-fix.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 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. --- NVIDIA-Linux-x86-1.0-4496-pkg2/Makefile.old 2003-07-29 13:40:28.000000000 +0200
  20. +++ NVIDIA-Linux-x86-1.0-4496-pkg2/Makefile 2003-07-29 14:01:55.000000000 +0200
  21. @@ -1,11 +1,4 @@
  22. -default:
  23. - @ echo
  24. - @ echo "It is NOT recommended that you use this Makefile to install"
  25. - @ echo "the NVIDIA driver. Instead, please use the nvidia-installer"
  26. - @ echo "utility. However, should nvidia-installer not operate for you,"
  27. - @ echo "you may use this Makefile as a last resort. To install using"
  28. - @ echo "this Makefile, please run 'make install'."
  29. - @ echo
  30. +install: kernel_module_install install_gl
  31. kernel_module_install:
  32. cd usr/src/nv; make install
  33. @@ -21,7 +14,7 @@
  34. INSTALL_TLS := $(shell usr/bin/tls_test 2> /dev/null; if [ "$$?" = "0" ]; then echo "1"; else echo "0"; fi)
  35. -install: kernel_module_install
  36. +install_gl:
  37. @echo "Removing all old and conflicting files!"
  38. @echo -n " "
  39. rm -f ${ROOT}/usr/lib/libGL.*