Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblrdf/files: liblrdf-0.4.0-raptor2-pkgconfig.patch
Date: Fri, 29 Jul 2011 07:49:11
Message-Id: 20110729074854.E152020051@flycatcher.gentoo.org
1 ssuominen 11/07/29 07:48:54
2
3 Added: liblrdf-0.4.0-raptor2-pkgconfig.patch
4 Log:
5 Fix missing -I/usr/include/raptor2 in lrdf.pc; as noticed when building rosegarden.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/liblrdf/files/liblrdf-0.4.0-raptor2-pkgconfig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/files/liblrdf-0.4.0-raptor2-pkgconfig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/files/liblrdf-0.4.0-raptor2-pkgconfig.patch?rev=1.1&content-type=text/plain
14
15 Index: liblrdf-0.4.0-raptor2-pkgconfig.patch
16 ===================================================================
17 --- lrdf.pc.in
18 +++ lrdf.pc.in
19 @@ -6,5 +6,5 @@
20 Name: liblrdf
21 Version: @VERSION@
22 Description: liblrdf, a lightweight RDF library with extensions for LADSPA
23 -Libs: -L${libdir} -llrdf
24 -Cflags: -I${includedir}
25 +Libs: -L${libdir} @RAPTOR_LIBS@ -llrdf
26 +Cflags: @RAPTOR_CFLAGS@ -I${includedir}