]> git.pld-linux.org Git - packages/X11.git/commitdiff
- corrected pkgconfig files location
authoraflinta <aflinta@pld-linux.org>
Tue, 14 Jan 2003 09:01:51 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-pkgconfig.patch -> 1.1

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

diff --git a/XFree86-pkgconfig.patch b/XFree86-pkgconfig.patch
new file mode 100644 (file)
index 0000000..c94d55e
--- /dev/null
@@ -0,0 +1,33 @@
+--- xc/lib/Xcursor/Imakefile~  Thu Sep 26 09:52:01 2002
++++ xc/lib/Xcursor/Imakefile   Tue Jan 14 01:38:12 2003
+@@ -69,7 +69,7 @@
+       RemoveFile($@)
+       sh config-subst $(SUBSTVARS) < xcursor.pc.in > $@
+-InstallNonExecFile(xcursor.pc,$(USRLIBDIR)/pkgconfig)
++InstallNonExecFile(xcursor.pc,/usr/lib/pkgconfig)
+ clean::
+       RemoveFile(xcursor.pc)
+--- xc/lib/Xft/Imakefile~      Thu Nov 14 22:01:18 2002
++++ xc/lib/Xft/Imakefile       Tue Jan 14 03:09:43 2003
+@@ -132,7 +132,7 @@
+       RemoveFile($@)
+       sh config/config-subst $(SUBSTVARS) < xft.pc.in > $@
+-InstallNonExecFile(xft.pc,$(USRLIBDIR)/pkgconfig)
++InstallNonExecFile(xft.pc,/usr/lib/pkgconfig)
+ clean::
+       RemoveFile(xft.pc)
+--- xc/lib/fontconfig/Imakefile~       Fri Jan  3 19:54:11 2003
++++ xc/lib/fontconfig/Imakefile        Tue Jan 14 03:12:17 2003
+@@ -83,7 +83,7 @@
+       RemoveFile($@)
+       sh config/config-subst $(SUBSTVARS) < fontconfig.pc.in > $@
+-InstallNonExecFile(fontconfig.pc,$(USRLIBDIR)/pkgconfig)
++InstallNonExecFile(fontconfig.pc,/usr/lib/pkgconfig)
+ clean::
+       RemoveFile(fontconfig.pc)
This page took 0.127766 seconds and 4 git commands to generate.