Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/SoQt/files: SoQt-1.5.0-pkgconfig-partial.patch
Date: Tue, 29 Jun 2010 06:51:03
Message-Id: 20100629065057.61DBE2C3ED@corvid.gentoo.org
1 reavertm 10/06/29 06:50:57
2
3 Added: SoQt-1.5.0-pkgconfig-partial.patch
4 Log:
5 Remove excessive linking in pkgconfig (move link deps to Libs.private)
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch?rev=1.1&content-type=text/plain
13
14 Index: SoQt-1.5.0-pkgconfig-partial.patch
15 ===================================================================
16 diff -ru ../SoQt-1.5.0/SoQt.pc.in ./SoQt.pc.in
17 --- ../SoQt-1.5.0/SoQt.pc.in 2010-03-02 23:57:41.000000000 +0100
18 +++ ./SoQt.pc.in 2010-06-29 08:36:14.288413544 +0200
19 @@ -10,7 +10,8 @@
20 Version: @SOQT_VERSION@
21 Requires: Coin
22 Conflicts:
23 -Libs: -L${libdir} @SOGUI_EXTRA_LDFLAGS@ @SOGUI_EXTRA_LIBS@
24 +Libs: -L${libdir} -lSoQt
25 +Libs.private: -L${libdir} @SOGUI_EXTRA_LIBS@
26 Cflags: -I${includedir} @SOGUI_EXTRA_CFLAGS@ @SOGUI_EXTRA_CPPFLAGS@
27
28 soqt_host=@host@