SOURCES: xorg-cf-files-lib64.patch (NEW) - fix X11 libdir for x86-64.

pluto pluto at pld-linux.org
Mon Apr 17 13:11:42 CEST 2006


Author: pluto                        Date: Mon Apr 17 11:11:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix X11 libdir for x86-64.

---- Files affected:
SOURCES:
   xorg-cf-files-lib64.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xorg-cf-files-lib64.patch
diff -u /dev/null SOURCES/xorg-cf-files-lib64.patch:1.1
--- /dev/null	Mon Apr 17 13:11:42 2006
+++ SOURCES/xorg-cf-files-lib64.patch	Mon Apr 17 13:11:37 2006
@@ -0,0 +1,14 @@
+--- xorg-cf-files-X11R7.0-1.0.1/X11.tmpl.orig	2006-04-17 13:03:34.000000000 +0200
++++ xorg-cf-files-X11R7.0-1.0.1/X11.tmpl	2006-04-17 13:05:22.000000000 +0200
+@@ -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
================================================================


More information about the pld-cvs-commit mailing list