Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qlipper/files: qlipper-2.0.2-system-includes.patch
Date: Tue, 01 Oct 2013 23:37:23
Message-Id: 20131001233716.6DAF920034@flycatcher.gentoo.org
1 pesa 13/10/01 23:37:16
2
3 Added: qlipper-2.0.2-system-includes.patch
4 Log:
5 EAPI=5; add missing deps and fix build.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
8
9 Revision Changes Path
10 1.1 x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: qlipper-2.0.2-system-includes.patch
16 ===================================================================
17 diff --git a/CMakeLists.txt b/CMakeLists.txt
18 index a036f9b..92a471a 100644
19 --- a/CMakeLists.txt
20 +++ b/CMakeLists.txt
21 @@ -187,9 +187,13 @@ include_directories (
22 )
23 if (NOT QTSINGLEAPPLICATION_FOUND)
24 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/qtsingleapplication)
25 +else ()
26 + include_directories(${QTSINGLEAPPLICATION_INCLUDE_DIR})
27 endif (NOT QTSINGLEAPPLICATION_FOUND)
28 if (NOT QXT_FOUND)
29 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/qxt)
30 +else ()
31 + include_directories(${QXT_INCLUDE_PATH})
32 endif (NOT QXT_FOUND)