diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-09-04 19:27:46 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-09-04 19:27:46 +0000 |
commit | 1d30d15c3d56ec55e0f1bdfd3dd7f1d652a151bf (patch) | |
tree | e235b64ee3963e0415c22f4c7cd9d2bf93a74bd3 /dev-util/xdelta/files | |
parent | Stable on sparc, bug #236630 (diff) | |
download | gentoo-2-1d30d15c3d56ec55e0f1bdfd3dd7f1d652a151bf.tar.gz gentoo-2-1d30d15c3d56ec55e0f1bdfd3dd7f1d652a151bf.tar.bz2 gentoo-2-1d30d15c3d56ec55e0f1bdfd3dd7f1d652a151bf.zip |
Add glib-2.0 dependency to pkgconfig file
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-util/xdelta/files')
-rw-r--r-- | dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch b/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch index a47987144050..bb509b8d4356 100644 --- a/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch +++ b/dev-util/xdelta/files/xdelta-1.1.4-pkgconfig.patch @@ -12,7 +12,7 @@ Nicked from http://cvs.fedoraproject.org/viewvc/devel/xdelta/xdelta-1.1.3-pkgcon +Name: xdelta +Description: A binary file delta generator and an RCS replacement library. +Version: @VERSION@ -+Requires: ++Requires: glib-2.0 +Libs: -L${libdir} -lxdelta -ledsio +Cflags: -I${includedir} + |