imake-linuxconfig.patch 930 B

1234567891011121314151617181920212223242526272829303132
  1. --- xorg-cf-files-1.0.1/linux.cf.orig 2006-03-04 18:40:43.000000000 +0000
  2. +++ xorg-cf-files-1.0.1/linux.cf 2006-03-04 18:41:48.000000000 +0000
  3. @@ -193,6 +193,13 @@
  4. #define FSUseSyslog YES
  5. #endif
  6. +#define FSUseSyslog YES
  7. +#define BuildRman NO
  8. +#define BuildHtmlManPages NO
  9. +#define ProjectRoot /usr
  10. +#define ManPath /usr/share/man
  11. +#define XappLoadDir /usr/share/X11/app-defaults
  12. +
  13. #ifndef HasDevRandom
  14. # define HasDevRandom YES
  15. # ifndef RandomDeviceName
  16. --- xorg-cf-files-1.0.2/X11.tmpl.orig 2006-07-15 10:45:23.000000000 +0000
  17. +++ xorg-cf-files-1.0.2/X11.tmpl 2006-07-15 10:46:19.000000000 +0000
  18. @@ -1502,10 +1502,10 @@
  19. #define DocPdfDir $(DOCDIR)/PDF
  20. #endif
  21. #ifndef FontDir
  22. -#define FontDir $(LIBDIR)/fonts
  23. +#define FontDir /usr/share/fonts
  24. #endif
  25. #ifndef FontEncDir
  26. -#define FontEncDir $(LIBDIR)/fonts/encodings
  27. +#define FontEncDir /usr/share/fonts/encodings
  28. #endif
  29. #ifndef AdmDir
  30. #define AdmDir /usr/adm