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.

71 lines
2.7 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/rene/vnc/missing-powerpc-templates.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. This patch adds the missing PowerPC definitions (am I / are we the only
  23. person / people on earth that build for PowerPC ?!?!?!?!?!?!?!?)
  24. - Rene Rebe <rene@rocklinux.org>
  25. --- vnc_unixsrc/Xvnc/config/cf/Imake.cf.orig 2003-09-06 03:01:25.000000000 +0200
  26. +++ vnc_unixsrc/Xvnc/config/cf/Imake.cf 2003-09-06 03:01:13.000000000 +0200
  27. @@ -552,6 +552,10 @@
  28. # define AlphaArchitecture
  29. # undef __alpha
  30. # endif /* __alpha */
  31. +# ifdef __powerpc
  32. +# define ppcArchitecture
  33. +# undef __powerpc
  34. +# endif /* __powerpc */
  35. # ifdef mc68000
  36. # define Mc68020Architecture
  37. # undef mc68000
  38. --- vnc_unixsrc/Xvnc/config/cf/linux.cf.orig 1998-05-11 18:38:06.000000000 +0200
  39. +++ vnc_unixsrc/Xvnc/config/cf/linux.cf 2003-09-06 02:51:52.000000000 +0200
  40. @@ -197,6 +197,13 @@
  41. #define AsmDefines -D__ELF__
  42. #define CplusplusCmd c++ -b alpha-linux
  43. #endif /* AlphaArchitecture */
  44. +#ifdef ppcArchitecture
  45. +#define CcCmd gcc
  46. +#define AsCmd /usr/powerpc-linux/bin/as
  47. +#define LdCmd ld -m elf32powerpc
  48. +#define AsmDefines -D__ELF__
  49. +#define CplusplusCmd c++ -b powerpc-linux
  50. +#endif /* ppcArchitecture */
  51. #ifdef i386Architecture
  52. #define CcCmd gcc -b i486-linux
  53. #define AsCmd /usr/i486-linux/bin/as
  54. @@ -252,6 +259,13 @@
  55. #define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
  56. #endif /* AlphaArchitecture */
  57. +#ifdef ppcArchitecture
  58. +#define OptimizedCDebugFlags -O2
  59. +#define LinuxMachineDefines -D__powerpc__
  60. +#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET
  61. +#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
  62. +#endif /* ppcArchitecture */
  63. +
  64. #ifdef Mc68020Architecture
  65. #define OptimizedCDebugFlags -O2
  66. #define LinuxMachineDefines -D__mc68000__