]> git.pld-linux.org Git - packages/X11.git/blame - X11-pkgconfig.patch
- another try
[packages/X11.git] / X11-pkgconfig.patch
CommitLineData
8aff43a5 1--- xc/lib/Xft/Imakefile.orig 2004-09-14 16:11:54.271230416 +0200
2+++ xc/lib/Xft/Imakefile 2004-09-14 16:12:48.437995816 +0200
8969312b 3@@ -133,7 +133,7 @@
8aff43a5 4
8969312b
AM
5 XCOMM Create xft.pc from xft.pc.in
6 ConfigSubst(xft.pc,.in,/*none*/)
8aff43a5 7-InstallNonExecFile(xft.pc,$(USRLIBDIR)/pkgconfig)
8+InstallNonExecFile(xft.pc,/usr/lib/pkgconfig)
9
8969312b
AM
10 XCOMM Create man pages from .*.in files
11 ConfigSubst(xft-config,.1.in,.man)
8aff43a5 12--- xc/lib/Xevie/Imakefile.orig 2004-09-14 16:11:54.276229656 +0200
13+++ xc/lib/Xevie/Imakefile 2004-09-14 16:13:06.769209048 +0200
14@@ -66,7 +66,7 @@
15 RemoveFile($@)
16 sh ../Xcursor/config-subst $(SUBSTVARS) < xevie.pc.in > $@
17
18-InstallNonExecFile(xevie.pc,$(USRLIBDIR)/pkgconfig)
19+InstallNonExecFile(xevie.pc,/usr/lib/pkgconfig)
20
21 clean::
22 RemoveFile(xevie.pc)
23--- xc/lib/fontconfig/Imakefile.orig 2004-09-14 16:11:54.318223272 +0200
24+++ xc/lib/fontconfig/Imakefile 2004-09-14 16:13:25.866305848 +0200
25@@ -151,7 +151,7 @@
26 $(CONFIG_SUBST_PROG) $(SUBSTVARS) < fontconfig.pc.in > $@
27
28 #if InstallFontconfigLibrary
29-InstallNonExecFile(fontconfig.pc,$(USRLIBDIR)/pkgconfig)
30+InstallNonExecFile(fontconfig.pc,/usr/lib/pkgconfig)
31 #endif
32
33 clean::
34--- xc/lib/Xdamage/Imakefile.orig 2004-09-14 16:11:54.347218864 +0200
35+++ xc/lib/Xdamage/Imakefile 2004-09-14 16:13:41.234969456 +0200
36@@ -61,7 +61,7 @@
37 RemoveFile($@)
38 sh ../Xcursor/config-subst $(SUBSTVARS) < xdamage.pc.in > $@
39
40-InstallNonExecFile(xdamage.pc,$(USRLIBDIR)/pkgconfig)
41+InstallNonExecFile(xdamage.pc,/usr/lib/pkgconfig)
42
43 clean::
44 RemoveFile(xdamage.pc)
45--- xc/lib/Xcursor/Imakefile.orig 2004-09-14 16:11:54.353217952 +0200
46+++ xc/lib/Xcursor/Imakefile 2004-09-14 16:13:55.770759680 +0200
47@@ -87,7 +87,7 @@
48 RemoveFile($@)
49 sh config-subst $(SUBSTVARS) < xcursor.pc.in > $@
50
51-InstallNonExecFile(xcursor.pc,$(USRLIBDIR)/pkgconfig)
52+InstallNonExecFile(xcursor.pc,/usr/lib/pkgconfig)
53
54 clean::
55 RemoveFile(xcursor.pc)
56--- xc/lib/Xfixes/Imakefile.orig 2004-09-14 16:11:54.359217040 +0200
57+++ xc/lib/Xfixes/Imakefile 2004-09-14 16:14:07.721942824 +0200
58@@ -68,7 +68,7 @@
59 RemoveFile($@)
60 sh ../Xcursor/config-subst $(SUBSTVARS) < xfixes.pc.in > $@
61
62-InstallNonExecFile(xfixes.pc,$(USRLIBDIR)/pkgconfig)
63+InstallNonExecFile(xfixes.pc,/usr/lib/pkgconfig)
64
65 clean::
66 RemoveFile(xfixes.pc)
67--- xc/lib/Xrender/Imakefile.orig 2004-09-14 16:11:54.365216128 +0200
68+++ xc/lib/Xrender/Imakefile 2004-09-14 16:14:22.065762232 +0200
69@@ -161,7 +161,7 @@
70 RemoveFile($@)
71 sh ../Xcursor/config-subst $(SUBSTVARS) < xrender.pc.in > $@
72
73-InstallNonExecFile(xrender.pc,$(USRLIBDIR)/pkgconfig)
74+InstallNonExecFile(xrender.pc,/usr/lib/pkgconfig)
75
76 clean::
77 RemoveFile(xrender.pc)
78--- xc/lib/Xcomposite/Imakefile.orig 2004-09-14 16:11:54.371215216 +0200
79+++ xc/lib/Xcomposite/Imakefile 2004-09-14 16:14:32.557167296 +0200
80@@ -61,7 +61,7 @@
81 RemoveFile($@)
82 sh ../Xcursor/config-subst $(SUBSTVARS) < xcomposite.pc.in > $@
83
84-InstallNonExecFile(xcomposite.pc,$(USRLIBDIR)/pkgconfig)
85+InstallNonExecFile(xcomposite.pc,/usr/lib/pkgconfig)
86
87 clean::
88 RemoveFile(xcomposite.pc)
This page took 0.049703 seconds and 4 git commands to generate.