Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 322968 Details for
Bug 432976
net-libs/telepathy-logger-qt-0.5.0: fails to build with >=dev-libs/boost-1.50.0-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch #3: same as #2, but for net-im/ktp-text-ui
ktp-text-ui-0.4.1-fix-buggy-qtglib-detector.patch (text/plain), 1.46 KB, created by
Alex Turbov
on 2012-09-05 07:27:59 UTC
(
hide
)
Description:
patch #3: same as #2, but for net-im/ktp-text-ui
Filename:
MIME Type:
Creator:
Alex Turbov
Created:
2012-09-05 07:27:59 UTC
Size:
1.46 KB
patch
obsolete
>diff -ru ktp-text-ui-0.4.1.origin/cmake/modules/FindQtGLib.cmake ktp-text-ui-0.4.1/cmake/modules/FindQtGLib.cmake >--- ktp-text-ui-0.4.1.origin/cmake/modules/FindQtGLib.cmake 2012-07-25 18:46:18.000000000 +0400 >+++ ktp-text-ui-0.4.1/cmake/modules/FindQtGLib.cmake 2012-09-05 11:12:32.000000000 +0400 >@@ -27,18 +27,22 @@ > PKG_CHECK_MODULES(PC_QTGLIB QtGLib-2.0) > endif (QTGLIB_MIN_VERSION) > set(QTGLIB_DEFINITIONS ${PC_QTGLIB_CFLAGS_OTHER}) >+ # NOTE Do not lose all include directories! It can be more than just a single /usr/include/QtGStreamer! >+ # BUG https://bugs.gentoo.org/show_bug.cgi?id=432976 >+ set(QTGLIB_INCLUDE_DIR ${PC_QTGLIB_INCLUDE_DIRS}) >+else (NOT WIN32) >+ # TODO Obviously it would be buggy in a Windows, but I have no idea how to fix it... >+ find_path(QTGLIB_INCLUDE_DIR >+ NAMES QGlib/Object >+ PATHS ${PC_QTGLIB_INCLUDEDIR} ${PC_QTGLIB_INCLUDE_DIRS} >+ PATH_SUFFIXES QtGStreamer >+ ) > endif (NOT WIN32) > >-find_path(QTGLIB_INCLUDE_DIR >- NAMES QGlib/Object >- PATHS ${PC_QTGLIB_INCLUDEDIR} ${PC_QTGLIB_INCLUDE_DIRS} >- PATH_SUFFIXES QtGStreamer >- ) >- >-find_library(QTGLIB_LIBRARIES >- NAMES QtGLib-2.0 >- PATHS ${PC_QTGLIB_LIBDIR} ${PC_QTGLIB_LIBRARY_DIRS} >- ) >+find_library(QTGLIB_LIBRARIES >+ NAMES QtGLib-2.0 >+ PATHS ${PC_QTGLIB_LIBDIR} ${PC_QTGLIB_LIBRARY_DIRS} >+ ) > > include(FindPackageHandleStandardArgs) > find_package_handle_standard_args(QtGLib-2.0 DEFAULT_MSG QTGLIB_LIBRARIES QTGLIB_INCLUDE_DIR)
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 432976
:
322964
|
322966
| 322968