Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/geoip/files: geoip-1.5.0-pkgconfig.patch
Date: Mon, 20 May 2013 15:26:38
Message-Id: 20130520152633.5214C20081@flycatcher.gentoo.org
1 jer 13/05/20 15:26:33
2
3 Added: geoip-1.5.0-pkgconfig.patch
4 Log:
5 Fix exec_prefix in pkg-config file.
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux i686, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 dev-libs/geoip/files/geoip-1.5.0-pkgconfig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoip-1.5.0-pkgconfig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoip-1.5.0-pkgconfig.patch?rev=1.1&content-type=text/plain
14
15 Index: geoip-1.5.0-pkgconfig.patch
16 ===================================================================
17 --- a/geoip.pc.in
18 +++ b/geoip.pc.in
19 @@ -1,4 +1,5 @@
20 prefix=@prefix@
21 +exec_prefix=@exec_prefix@
22 libdir=@libdir@
23 includedir=@includedir@
24 datadir=@datarootdir@