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.

122 lines
4.9 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/target/lvp/patches/xorg_hotfixes.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. --- xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h 2005-01-16 17:40:50.170615424 +0100
  20. +++ xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h 2005-01-16 17:40:57.856447000 +0100
  21. @@ -66,8 +66,8 @@ extern "C" float floorf(float);
  22. #define NEEDCEILF
  23. #endif
  24. #elif defined(NEEDCEILF)
  25. -extern "C" float ceilf(float);
  26. -extern "C" float floorf(float);
  27. +//extern "C" float ceilf(float);
  28. +//extern "C" float floorf(float);
  29. #endif
  30. #ifdef LIBRARYBUILD
  31. --- xc/programs/glxinfo/Imakefile 2004-04-23 21:54:33.000000000 +0200
  32. +++ xc/programs/glxinfo/Imakefile 2005-01-17 10:53:13.084953608 +0100
  33. @@ -5,7 +5,7 @@ XCOMM $XFree86: xc/programs/glxinfo/Imak
  34. #if BuildGLULibrary
  35. DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
  36. -LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB)
  37. +LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB) -ldl -lXxf86vm
  38. DEFINES = -DDO_GLU
  39. #else
  40. --- xc/programs/glxgears/Imakefile 2004-09-02 07:50:38.000000000 +0200
  41. +++ xc/programs/glxgears/Imakefile 2005-01-17 11:39:49.878776320 +0100
  42. @@ -8,7 +8,7 @@ XCOMM $XFree86: xc/programs/glxinfo/Imak
  43. #endif
  44. DEPLIBS = $(DEPGLXLIB) $(DEPXPLIB) $(DEPXLIB)
  45. -LOCAL_LIBRARIES = $(GLXLIB) $(XPRINTLIBS) $(XLIB)
  46. +LOCAL_LIBRARIES = $(GLXLIB) $(XPRINTLIBS) $(XLIB) -ldl -lXxf86vm
  47. DEFINES = $(XPRINTDEFINES)
  48. SYS_LIBRARIES = MathLibrary
  49. --- xc/programs/xdriinfo/Imakefile 2005-01-18 10:16:29.014022152 +0100
  50. +++ xc/programs/xdriinfo/Imakefile 2005-01-18 10:16:37.274766328 +0100
  51. @@ -4,7 +4,7 @@ XCOMM $XFree86$
  52. SRCS = xdriinfo.c
  53. OBJS = xdriinfo.o
  54. - LOCAL_LIBRARIES = $(GLXLIB) $(XLIB)
  55. + LOCAL_LIBRARIES = $(GLXLIB) $(XLIB) -ldl -lXxf86vm
  56. DEPLIBS =
  57. AllTarget(ProgramTargetName(xdriinfo))
  58. --- xc/fonts/util/ucs2any.c 2004-08-26 13:58:06.000000000 +0200
  59. +++ xc/fonts/util/ucs2any.c 2005-01-18 12:19:47.123338584 +0100
  60. @@ -61,7 +61,7 @@
  61. /* global variable for argv[0] */
  62. const char *my_name = NULL;
  63. -#ifdef NEED_BASENAME
  64. +#if 0
  65. static char *
  66. basename(char *pathname)
  67. {
  68. --- xc/programs/fc-list/Imakefile 2005-01-18 14:02:56.000000000 +0100
  69. +++ xc/programs/fc-list/Imakefile 2005-01-18 15:15:48.274799520 +0100
  70. @@ -4,8 +4,8 @@ FONTCONFIGDIR = $(TOP)/extras/fontconfig
  71. INCLUDES=$(FREETYPE2INCLUDES) -I$(FONTCONFIGDIR)
  72. -LOCAL_LIBRARIES=FontconfigClientLibs
  73. - DEPLIBS=FontconfigClientDepLibs
  74. +LOCAL_LIBRARIES=FontconfigClientLibs -lz
  75. + DEPLIBS=FontconfigClientDepLibs -lz
  76. SRCS=fc-list.c
  77. OBJS=fc-list.o
  78. --- xc/programs/x11perf/Imakefile 2005-01-18 13:22:58.000000000 +0100
  79. +++ xc/programs/x11perf/Imakefile 2005-01-18 16:13:52.097178016 +0100
  80. @@ -40,7 +40,7 @@ XCOMM $XFree86: xc/programs/x11perf/Imak
  81. do_dots.o do_windows.o do_movewin.o do_text.o \
  82. do_blt.o do_arcs.o \
  83. do_tris.o do_complex.o do_traps.o
  84. -LOCAL_LIBRARIES = $(XFTLIBS) $(XRENDERLIBS) $(XMUULIB) $(XLIB)
  85. +LOCAL_LIBRARIES = $(XFTLIBS) $(XRENDERLIBS) $(XMUULIB) $(XLIB) -lz
  86. DEPLIBS = $(XFTDEPS) $(XRENDERDEPS) $(DEPXMUULIB) $(DEPXLIB)
  87. SYS_LIBRARIES = MathLibrary
  88. --- xc/programs/xclock/Imakefile 2005-01-19 10:15:42.031830344 +0100
  89. +++ xc/programs/xclock/Imakefile 2005-01-19 10:16:01.127927296 +0100
  90. @@ -15,7 +15,7 @@ XCOMM $XFree86: xc/programs/xclock/Imake
  91. XRENDERINCS = $(XFTINCLUDES) $(XRENDERINCLUDES) -I$(XBUILDINCDIR)
  92. #endif
  93. DEPLIBS = $(XRENDERDEPS) XkbClientDepLibs XawClientDepLibs
  94. -LOCAL_LIBRARIES = $(XRENDERLIBS) XkbClientLibs XawClientLibs
  95. +LOCAL_LIBRARIES = $(XRENDERLIBS) XkbClientLibs XawClientLibs -lz
  96. SRCS = xclock.c Clock.c
  97. OBJS = xclock.o Clock.o
  98. HEADERS = ClockP.h Clock.h
  99. --- xc/programs/xfd/Imakefile 2004-04-23 21:54:47.000000000 +0200
  100. +++ xc/programs/xfd/Imakefile 2005-01-19 12:19:14.690934872 +0100
  101. @@ -15,7 +15,7 @@ XCOMM $XFree86: xc/programs/xfd/Imakefil
  102. XRENDERINCS = $(XFTINCLUDES) $(XRENDERINCLUDES) -I$(XBUILDINCDIR)
  103. #endif
  104. DEPLIBS = $(XRENDERDEPS) XawClientDepLibs XkbClientDepLibs
  105. -LOCAL_LIBRARIES = $(XRENDERLIBS) XawClientLibs XkbClientLibs
  106. +LOCAL_LIBRARIES = $(XRENDERLIBS) XawClientLibs XkbClientLibs -lz
  107. SRCS = xfd.c grid.c
  108. OBJS = xfd.o grid.o
  109. INCLUDES = $(XRENDERINCS)