]> git.pld-linux.org Git - packages/xorg-cf-files.git/commitdiff
- fix X11 libdir for x86-64.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 17 Apr 2006 11:11:37 +0000 (11:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-cf-files-lib64.patch -> 1.1

xorg-cf-files-lib64.patch [new file with mode: 0644]

diff --git a/xorg-cf-files-lib64.patch b/xorg-cf-files-lib64.patch
new file mode 100644 (file)
index 0000000..13da4e3
--- /dev/null
@@ -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
This page took 0.090417 seconds and 4 git commands to generate.