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.

112 lines
4.9 KiB

  1. diff -pruN xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h xc-patch/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h
  2. --- xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h 2004-04-23 20:42:55.000000000 +0200
  3. +++ xc-patch/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h 2006-03-29 12:56:15.000000000 +0200
  4. @@ -66,8 +66,8 @@ extern "C" float floorf(float);
  5. #define NEEDCEILF
  6. #endif
  7. #elif defined(NEEDCEILF)
  8. -extern "C" float ceilf(float);
  9. -extern "C" float floorf(float);
  10. +//extern "C" float ceilf(float);
  11. +//extern "C" float floorf(float);
  12. #endif
  13. #ifdef LIBRARYBUILD
  14. diff -pruN xc/fonts/util/ucs2any.c xc-patch/fonts/util/ucs2any.c
  15. --- xc/fonts/util/ucs2any.c 2004-11-28 20:06:20.000000000 +0100
  16. +++ xc-patch/fonts/util/ucs2any.c 2006-03-29 12:56:15.000000000 +0200
  17. @@ -61,7 +61,7 @@
  18. /* global variable for argv[0] */
  19. const char *my_name = NULL;
  20. -#ifdef NEED_BASENAME
  21. +#if 0
  22. static char *
  23. basename(char *pathname)
  24. {
  25. diff -pruN xc/programs/fc-list/Imakefile xc-patch/programs/fc-list/Imakefile
  26. --- xc/programs/fc-list/Imakefile 2005-06-29 23:51:13.000000000 +0200
  27. +++ xc-patch/programs/fc-list/Imakefile 2006-03-29 12:56:15.000000000 +0200
  28. @@ -13,8 +13,8 @@ FONTCONFIGDIR = $(TOP)/extras/fontconfig
  29. INCLUDES=$(FREETYPE2INCLUDES) -I$(FONTCONFIGDIR)
  30. -LOCAL_LIBRARIES=FontconfigClientLibs
  31. - DEPLIBS=FontconfigClientDepLibs
  32. +LOCAL_LIBRARIES=FontconfigClientLibs -lz
  33. + DEPLIBS=FontconfigClientDepLibs -lz
  34. SRCS=fc-list.c
  35. OBJS=fc-list.o
  36. diff -pruN xc/programs/glxgears/Imakefile xc-patch/programs/glxgears/Imakefile
  37. --- xc/programs/glxgears/Imakefile 2004-11-01 02:54:21.000000000 +0100
  38. +++ xc-patch/programs/glxgears/Imakefile 2006-03-29 12:56:15.000000000 +0200
  39. @@ -12,7 +12,7 @@ XCOMM $XFree86: xc/programs/glxinfo/Imak
  40. #endif
  41. DEPLIBS = $(DEPGLXLIB) $(DEPXPLIB) $(DEPXLIB)
  42. -LOCAL_LIBRARIES = $(GLXLIB) $(XPRINTLIBS) $(XLIB)
  43. +LOCAL_LIBRARIES = $(GLXLIB) $(XPRINTLIBS) $(XLIB) -ldl -lXxf86vm
  44. DEFINES = $(XPRINTDEFINES)
  45. SYS_LIBRARIES = MathLibrary $(RTLIB)
  46. diff -pruN xc/programs/glxinfo/Imakefile xc-patch/programs/glxinfo/Imakefile
  47. --- xc/programs/glxinfo/Imakefile 2004-12-02 12:09:30.000000000 +0100
  48. +++ xc-patch/programs/glxinfo/Imakefile 2006-03-29 12:56:15.000000000 +0200
  49. @@ -5,7 +5,7 @@ XCOMM $XFree86: xc/programs/glxinfo/Imak
  50. #if BuildGLULibrary
  51. DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
  52. -LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB)
  53. +LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB) -ldl -lXxf86vm
  54. DEFINES = -DDO_GLU
  55. #else
  56. diff -pruN xc/programs/x11perf/Imakefile xc-patch/programs/x11perf/Imakefile
  57. --- xc/programs/x11perf/Imakefile 2004-08-11 10:05:31.000000000 +0200
  58. +++ xc-patch/programs/x11perf/Imakefile 2006-03-29 12:56:15.000000000 +0200
  59. @@ -40,7 +40,7 @@ XCOMM $XFree86: xc/programs/x11perf/Imak
  60. do_dots.o do_windows.o do_movewin.o do_text.o \
  61. do_blt.o do_arcs.o \
  62. do_tris.o do_complex.o do_traps.o
  63. -LOCAL_LIBRARIES = $(XFTLIBS) $(XRENDERLIBS) $(XMUULIB) $(XLIB)
  64. +LOCAL_LIBRARIES = $(XFTLIBS) $(XRENDERLIBS) $(XMUULIB) $(XLIB) -lz
  65. DEPLIBS = $(XFTDEPS) $(XRENDERDEPS) $(DEPXMUULIB) $(DEPXLIB)
  66. SYS_LIBRARIES = MathLibrary
  67. diff -pruN xc/programs/xclock/Imakefile xc-patch/programs/xclock/Imakefile
  68. --- xc/programs/xclock/Imakefile 2004-10-30 22:33:44.000000000 +0200
  69. +++ xc-patch/programs/xclock/Imakefile 2006-03-29 12:56:39.000000000 +0200
  70. @@ -18,7 +18,7 @@ XCOMM $XFree86: xc/programs/xclock/Imake
  71. STRLCATDEF = -DHAS_STRLCAT
  72. #endif
  73. DEPLIBS = $(XRENDERDEPS) XkbClientDepLibs XawClientDepLibs
  74. -LOCAL_LIBRARIES = $(XRENDERLIBS) XkbClientLibs XawClientLibs $(XPMLIB)
  75. +LOCAL_LIBRARIES = $(XRENDERLIBS) XkbClientLibs XawClientLibs $(XPMLIB) -lz
  76. SRCS = xclock.c Clock.c
  77. OBJS = xclock.o Clock.o
  78. HEADERS = ClockP.h Clock.h
  79. diff -pruN xc/programs/xdriinfo/Imakefile xc-patch/programs/xdriinfo/Imakefile
  80. --- xc/programs/xdriinfo/Imakefile 2004-08-27 21:27:12.000000000 +0200
  81. +++ xc-patch/programs/xdriinfo/Imakefile 2006-03-29 12:56:15.000000000 +0200
  82. @@ -4,7 +4,7 @@ XCOMM $XFree86$
  83. SRCS = xdriinfo.c
  84. OBJS = xdriinfo.o
  85. - LOCAL_LIBRARIES = $(GLXLIB) $(XLIB)
  86. + LOCAL_LIBRARIES = $(GLXLIB) $(XLIB) -ldl -lXxf86vm
  87. DEPLIBS =
  88. AllTarget(ProgramTargetName(xdriinfo))
  89. diff -pruN xc/programs/xfd/Imakefile xc-patch/programs/xfd/Imakefile
  90. --- xc/programs/xfd/Imakefile 2004-04-23 21:54:47.000000000 +0200
  91. +++ xc-patch/programs/xfd/Imakefile 2006-03-29 12:56:15.000000000 +0200
  92. @@ -15,7 +15,7 @@ XCOMM $XFree86: xc/programs/xfd/Imakefil
  93. XRENDERINCS = $(XFTINCLUDES) $(XRENDERINCLUDES) -I$(XBUILDINCDIR)
  94. #endif
  95. DEPLIBS = $(XRENDERDEPS) XawClientDepLibs XkbClientDepLibs
  96. -LOCAL_LIBRARIES = $(XRENDERLIBS) XawClientLibs XkbClientLibs
  97. +LOCAL_LIBRARIES = $(XRENDERLIBS) XawClientLibs XkbClientLibs -lz
  98. SRCS = xfd.c grid.c
  99. OBJS = xfd.o grid.o
  100. INCLUDES = $(XRENDERINCS)