Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/php-qt/files: php-qt-0.9-no-qwt.patch
Date: Fri, 02 May 2008 16:37:06
Message-Id: E1JryFr-0005YO-PC@stork.gentoo.org
1 chtekk 08/05/02 16:37:03
2
3 Added: php-qt-0.9-no-qwt.patch
4 Log:
5 Add missing patch.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-php5/php-qt/files/php-qt-0.9-no-qwt.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/files/php-qt-0.9-no-qwt.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/files/php-qt-0.9-no-qwt.patch?rev=1.1&content-type=text/plain
13
14 Index: php-qt-0.9-no-qwt.patch
15 ===================================================================
16 --- smoke/qt/CMakeLists.txt.old 2008-02-07 11:31:55.000000000 +0100
17 +++ smoke/qt/CMakeLists.txt 2008-02-07 11:32:08.000000000 +0100
18 @@ -1,6 +1,6 @@
19
20 include(FindQScintilla)
21 -include(FindQwt5)
22 +#include(FindQwt5)
23
24 include_directories( ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR}/../ )
25
26 @@ -13,13 +13,13 @@
27 message(STATUS "QScintilla not found, support disabled")
28 endif(QSCINTILLA_FOUND)
29
30 -if(Qwt5_Qt4_FOUND)
31 - message(STATUS "Including Qwt5 support into smokeqt")
32 - include_directories( ${Qwt5_INCLUDE_DIR} )
33 - set(_smokeqt_optional_libs ${_smokeqt_optional_libs} ${Qwt5_Qt4_LIBRARY})
34 -else(Qwt5_Qt4_FOUND)
35 - message(STATUS "Qwt5 not found, support disabled")
36 -endif(Qwt5_Qt4_FOUND)
37 +#if(Qwt5_Qt4_FOUND)
38 +# message(STATUS "Including Qwt5 support into smokeqt")
39 +# include_directories( ${Qwt5_INCLUDE_DIR} )
40 +# set(_smokeqt_optional_libs ${_smokeqt_optional_libs} ${Qwt5_Qt4_LIBRARY})
41 +#else(Qwt5_Qt4_FOUND)
42 +# message(STATUS "Qwt5 not found, support disabled")
43 +#endif(Qwt5_Qt4_FOUND)
44
45 IF(NOT PERL_FOUND)
46 FIND_PACKAGE(PERL REQUIRED)
47
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list