Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142863 Details for
Bug 208301
dev-php5/php-qt-0.9 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Should deactivate qwt detection
php-qt_qwt.patch (text/plain), 1.05 KB, created by
Bernd Steinhauser
on 2008-02-07 10:44:37 UTC
(
hide
)
Description:
Should deactivate qwt detection
Filename:
MIME Type:
Creator:
Bernd Steinhauser
Created:
2008-02-07 10:44:37 UTC
Size:
1.05 KB
patch
obsolete
>--- smoke/qt/CMakeLists.txt.old 2008-02-07 11:31:55.000000000 +0100 >+++ smoke/qt/CMakeLists.txt 2008-02-07 11:32:08.000000000 +0100 >@@ -1,6 +1,6 @@ > > include(FindQScintilla) >-include(FindQwt5) >+#include(FindQwt5) > > include_directories( ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR}/../ ) > >@@ -13,13 +13,13 @@ > message(STATUS "QScintilla not found, support disabled") > endif(QSCINTILLA_FOUND) > >-if(Qwt5_Qt4_FOUND) >- message(STATUS "Including Qwt5 support into smokeqt") >- include_directories( ${Qwt5_INCLUDE_DIR} ) >- set(_smokeqt_optional_libs ${_smokeqt_optional_libs} ${Qwt5_Qt4_LIBRARY}) >-else(Qwt5_Qt4_FOUND) >- message(STATUS "Qwt5 not found, support disabled") >-endif(Qwt5_Qt4_FOUND) >+#if(Qwt5_Qt4_FOUND) >+# message(STATUS "Including Qwt5 support into smokeqt") >+# include_directories( ${Qwt5_INCLUDE_DIR} ) >+# set(_smokeqt_optional_libs ${_smokeqt_optional_libs} ${Qwt5_Qt4_LIBRARY}) >+#else(Qwt5_Qt4_FOUND) >+# message(STATUS "Qwt5 not found, support disabled") >+#endif(Qwt5_Qt4_FOUND) > > IF(NOT PERL_FOUND) > FIND_PACKAGE(PERL REQUIRED)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208301
: 142863