Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/xdelta/files: xdelta-1.1.4-pkgconfig.patch
Date: Thu, 04 Sep 2008 19:46:22
Message-Id: E1KbKUd-00069t-Sg@stork.gentoo.org
1 nyhm 08/09/04 19:27:47
2
3 Modified: xdelta-1.1.4-pkgconfig.patch
4 Log:
5 Add glib-2.0 dependency to pkgconfig file
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch?r1=1.1&r2=1.2
14
15 Index: xdelta-1.1.4-pkgconfig.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xdelta-1.1.4-pkgconfig.patch 4 Sep 2008 05:12:13 -0000 1.1
22 +++ xdelta-1.1.4-pkgconfig.patch 4 Sep 2008 19:27:46 -0000 1.2
23 @@ -12,7 +12,7 @@
24 +Name: xdelta
25 +Description: A binary file delta generator and an RCS replacement library.
26 +Version: @VERSION@
27 -+Requires:
28 ++Requires: glib-2.0
29 +Libs: -L${libdir} -lxdelta -ledsio
30 +Cflags: -I${includedir}
31 +