Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/perlqt/files: perlqt-4.10.80-vendor.patch
Date: Tue, 02 Jul 2013 16:57:51
Message-Id: 20130702164815.EF47E2171F@flycatcher.gentoo.org
1 johu 13/07/02 16:48:15
2
3 Added: perlqt-4.10.80-vendor.patch
4 Log:
5 Version bump KDE SC 4.10.5
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.1 kde-base/perlqt/files/perlqt-4.10.80-vendor.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/files/perlqt-4.10.80-vendor.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/files/perlqt-4.10.80-vendor.patch?rev=1.1&content-type=text/plain
14
15 Index: perlqt-4.10.80-vendor.patch
16 ===================================================================
17 --- a/CMakeLists.txt
18 +++ b/CMakeLists.txt
19 @@ -38,7 +38,7 @@
20 include (FindPerlMore)
21 string(LENGTH "${PERL_INSTALL_PREFIX}" PERL_INSTALL_PREFIX_LEN)
22 math(EXPR PERL_INSTALL_PREFIX_LEN "${PERL_INSTALL_PREFIX_LEN}+1")
23 -string(SUBSTRING ${PERL_SITE_ARCH_DIR} ${PERL_INSTALL_PREFIX_LEN} -1 CUSTOM_PERL_SITE_ARCH_DIR)
24 +string(SUBSTRING ${PERL_VENDOR_ARCH_DIR} ${PERL_INSTALL_PREFIX_LEN} -1 CUSTOM_PERL_SITE_ARCH_DIR)
25 file(TO_NATIVE_PATH "${CMAKE_INSTALL_PREFIX}/${CUSTOM_PERL_SITE_ARCH_DIR}" CUSTOM_PERL_SITE_ARCH_DIR)
26 set(CUSTOM_PERL_SITE_ARCH_DIR ${CUSTOM_PERL_SITE_ARCH_DIR} CACHE DIR "Custom installation directory for perl binary extension")