diff options
Diffstat (limited to 'source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff')
-rw-r--r-- | source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff b/source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff new file mode 100644 index 000000000..424bf7332 --- /dev/null +++ b/source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff @@ -0,0 +1,14 @@ +--- ./X11.tmpl.orig 2009-08-10 22:24:59.000000000 -0500 ++++ ./X11.tmpl 2009-08-10 22:26:20.000000000 -0500 +@@ -1461,9 +1461,9 @@ + #endif + #ifndef LibDir + # ifdef ProjectRoot +-# define LibDir Concat(ProjectRoot,/lib/X11) ++# define LibDir Concat(ProjectRoot,/lib64/X11) + # else +-# define LibDir /usr/lib/X11 ++# define LibDir /usr/lib64/X11 + # endif + #endif + #ifndef ModuleDir |