Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192592 Details for
Bug 224951
[Tracker] dev-ruby/qt4-qtruby issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to build QScintilla
2.0.3_build_QScintilla.patch (text/plain), 1.43 KB, created by
Franz Trischberger
on 2009-05-27 13:37:03 UTC
(
hide
)
Description:
Patch to build QScintilla
Filename:
MIME Type:
Creator:
Franz Trischberger
Created:
2009-05-27 13:37:03 UTC
Size:
1.43 KB
patch
obsolete
>diff -ur qt4-qtruby-2.0.3.org/ruby/CMakeLists.txt qt4-qtruby-2.0.3/ruby/CMakeLists.txt >--- qt4-qtruby-2.0.3.org/ruby/CMakeLists.txt 2009-05-24 16:24:35.000000000 +0200 >+++ qt4-qtruby-2.0.3/ruby/CMakeLists.txt 2009-05-27 14:58:02.000000000 +0200 >@@ -56,10 +56,10 @@ > add_subdirectory( qttest ) > set(QTTEST_ENABLED "yes") > endif(ENABLE_QTTEST) >- if(ENABLE_QSCINTILLA_RUBY AND QSCINTILLA_FOUND) >+ if(ENABLE_QSCINTILLA_RUBY) > add_subdirectory( qscintilla ) > set(QSCINTILLA_ENABLED "yes") >- endif(ENABLE_QSCINTILLA_RUBY AND QSCINTILLA_FOUND) >+ endif(ENABLE_QSCINTILLA_RUBY) > if(ENABLE_QWT_RUBY) > add_subdirectory( qwt ) > set(QWT_ENABLED "yes") >Nur in qt4-qtruby-2.0.3/ruby: CMakeLists.txt~. >diff -ur qt4-qtruby-2.0.3.org/smoke/CMakeLists.txt qt4-qtruby-2.0.3/smoke/CMakeLists.txt >--- qt4-qtruby-2.0.3.org/smoke/CMakeLists.txt 2009-05-24 16:24:35.000000000 +0200 >+++ qt4-qtruby-2.0.3/smoke/CMakeLists.txt 2009-05-27 14:57:38.000000000 +0200 >@@ -31,10 +31,10 @@ > set(SMOKE_ENABLED "${SMOKE_ENABLED}, QtTest") > endif(ENABLE_QTTEST_SMOKE) > >- if(ENABLE_QSCI_SMOKE AND QSCINTILLA_FOUND) >+ if(ENABLE_QSCI_SMOKE) > add_subdirectory(qsci) > set(SMOKE_ENABLED "${SMOKE_ENABLED}, QScintilla2") >- endif(ENABLE_QSCI_SMOKE AND QSCINTILLA_FOUND) >+ endif(ENABLE_QSCI_SMOKE) > > if(ENABLE_QWT_SMOKE) > add_subdirectory(qwt) >Nur in qt4-qtruby-2.0.3/smoke: CMakeLists.txt~.
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 Raw
Actions:
View
Attachments on
bug 224951
:
161141
|
180434
|
189304
|
189306
|
192305
| 192592