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.

53 lines
2.3 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/x11/xfree86/Imakefile.patch.gatos
  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. diff -dur gatos-ati.4.4.0-2004-08-09/Imakefile src.xfree86.1100824979.11936.2507168007/xc/gatos-ati.4.4.0-2004-08-09/Imakefile
  20. --- gatos-ati.4.4.0-2004-08-09/Imakefile 2004-05-20 03:37:59.000000000 +0200
  21. +++ src.xfree86.1100824979.11936.2507168007/xc/gatos-ati.4.4.0-2004-08-09/Imakefile 2004-11-19 15:29:46.355244728 +0100
  22. @@ -239,18 +239,18 @@
  23. ModuleObjectRule()
  24. -ObjectModuleTarget(ati,$(OBJS1))
  25. -ObjectModuleTarget(atimisc,$(OBJS2))
  26. -ObjectModuleTarget(r128,$(OBJS3))
  27. -ObjectModuleTarget(radeon,$(OBJS4))
  28. -ObjectModuleTarget(fi1236,$(OBJS_FI1236))
  29. -ObjectModuleTarget(msp3430, $(OBJS_MSP3430))
  30. -ObjectModuleTarget(theatre, $(OBJS_THEATRE))
  31. -ObjectModuleTarget(bt829, $(OBJS_BT829))
  32. -ObjectModuleTarget(saa7114, $(OBJS_SAA7114))
  33. -ObjectModuleTarget(tda9850, $(OBJS_TDA9850))
  34. -ObjectModuleTarget(tda8425, $(OBJS_TDA8425))
  35. -ObjectModuleTarget(tda9885, $(OBJS_TDA9885))
  36. +ObjectModuleTarget(ati,$(OBJS1),input)
  37. +ObjectModuleTarget(atimisc,$(OBJS2),input)
  38. +ObjectModuleTarget(r128,$(OBJS3),input)
  39. +ObjectModuleTarget(radeon,$(OBJS4),input)
  40. +ObjectModuleTarget(fi1236,$(OBJS_FI1236),input)
  41. +ObjectModuleTarget(msp3430, $(OBJS_MSP3430),input)
  42. +ObjectModuleTarget(theatre, $(OBJS_THEATRE),input)
  43. +ObjectModuleTarget(bt829, $(OBJS_BT829),input)
  44. +ObjectModuleTarget(saa7114, $(OBJS_SAA7114),input)
  45. +ObjectModuleTarget(tda9850, $(OBJS_TDA9850),input)
  46. +ObjectModuleTarget(tda8425, $(OBJS_TDA8425),input)
  47. +ObjectModuleTarget(tda9885, $(OBJS_TDA9885),input)
  48. InstallObjectModule(ati,$(MODULEDIR),drivers)