]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
Put XftConfig file in CONFDIR (not in LIBDIR).
authorkloczek <kloczek@pld-linux.org>
Mon, 3 Sep 2001 23:45:54 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Patch from Debian by by Branden Robinson.

Changed files:
    XFree86-XftConfig_in_correct_place.patch -> 1.1

XFree86-XftConfig_in_correct_place.patch [new file with mode: 0644]

diff --git a/XFree86-XftConfig_in_correct_place.patch b/XFree86-XftConfig_in_correct_place.patch
new file mode 100644 (file)
index 0000000..e4d9cad
--- /dev/null
@@ -0,0 +1,26 @@
+This patch by Branden Robinson.
+
+--- XFree86-4.1.0/xc/lib/Xft/Imakefile~        Fri Apr 27 14:55:22 2001
++++ XFree86-4.1.0/xc/lib/Xft/Imakefile Mon Jun  4 01:20:55 2001
+@@ -22,8 +22,7 @@
+ #define XftType1Dir $(LIBDIR)/fonts/Type1
+ #endif
+-XFTLIBDIR=XftLibDir
+-XFTCONFIG=$(XFTLIBDIR)/XftConfig
++XFTCONFIG=$(CONFDIR)/XftConfig
+ TYPE1DIR=XftType1Dir
+ CONFIG_DEFS=-DXFT_TYPE1_DIR=\"$(TYPE1DIR)\"
+@@ -68,9 +67,9 @@
+ CppFileTarget(XftConfig,XftConfig.cpp,$(CONFIG_DEFS),$(ICONFIGFILES))
+ #if InstallFSConfig
+-InstallNonExecFile(XftConfig,$(XFTLIBDIR))
++InstallNonExecFile(XftConfig,$(CONFDIR))
+ #else
+-InstallNonExecFileNoClobber(XftConfig,$(XFTLIBDIR))
++InstallNonExecFileNoClobber(XftConfig,$(CONFDIR))
+ #endif
+ LinkConfFileLong(XftConfig,XftConfig,$(XFTLIBDIR),$(CONFDIR))
This page took 0.074574 seconds and 4 git commands to generate.