SOURCES: pixman-pkgconfig.patch (NEW) - use proper library name - ...

deejay1 deejay1 at pld-linux.org
Wed Aug 8 18:07:55 CEST 2007


Author: deejay1                      Date: Wed Aug  8 16:07:55 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use proper library name
- taken from upstream git

---- Files affected:
SOURCES:
   pixman-pkgconfig.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pixman-pkgconfig.patch
diff -u /dev/null SOURCES/pixman-pkgconfig.patch:1.1
--- /dev/null	Wed Aug  8 18:07:55 2007
+++ SOURCES/pixman-pkgconfig.patch	Wed Aug  8 18:07:50 2007
@@ -0,0 +1,16 @@
+From: Eric Anholt <eric at anholt.net>
+Date: Tue, 7 Aug 2007 03:06:48 +0000 (-0700)
+Subject: Update .pc file for library version name change.
+X-Git-Url: http://gitweb.freedesktop.org/?p=pixman.git;a=commitdiff;h=43370d1ce793ef2754c2e6f0fc08e534d4247793
+
+Update .pc file for library version name change.
+---
+
+--- a/pixman-1.pc.in
++++ b/pixman-1.pc.in
+@@ -7,5 +7,5 @@ Name: Pixman
+ Description: The pixman library (version 1)
+ Version: @PACKAGE_VERSION@
+ Cflags: -I${includedir}/pixman-1 @DEP_CFLAGS@
+-Libs: -L${libdir} -lpixman @DEP_LIBS@
++Libs: -L${libdir} -lpixman-1 @DEP_LIBS@
================================================================


More information about the pld-cvs-commit mailing list