Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libprojectm/files: libprojectm-2.0.1-pcfix.patch
Date: Tue, 22 Dec 2009 13:22:38
Message-Id: E1NN4h8-0003yk-Qn@stork.gentoo.org
1 aballier 09/12/22 13:22:34
2
3 Added: libprojectm-2.0.1-pcfix.patch
4 Log:
5 fix .pc file wrt libdir, this causes build failures for packages using pkgconfig to detect projectM
6 (Portage version: 2.2_rc60/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/libprojectm/files/libprojectm-2.0.1-pcfix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libprojectm/files/libprojectm-2.0.1-pcfix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libprojectm/files/libprojectm-2.0.1-pcfix.patch?rev=1.1&content-type=text/plain
13
14 Index: libprojectm-2.0.1-pcfix.patch
15 ===================================================================
16 Index: projectM-2.0.1-Source/libprojectM.pc.in
17 ===================================================================
18 --- projectM-2.0.1-Source.orig/libprojectM.pc.in
19 +++ projectM-2.0.1-Source/libprojectM.pc.in
20 @@ -1,6 +1,6 @@
21 prefix=@CMAKE_INSTALL_PREFIX@
22 exec_prefix=@CMAKE_INSTALL_PREFIX@
23 -libdir=@LIB_INSTALL_DIR@
24 +libdir=${exec_prefix}/lib@LIB_SUFFIX@
25 includedir=@CMAKE_INSTALL_PREFIX@/include
26 pkgdatadir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@
27 sysconfdir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@