Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339804 Details for
Bug 458856
app-misc/gpsdrive-2.11-r3 - Link against >=sci-geosciences/mapnik-2.1 (and recent boost)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch 1/2 for boost
gpsdrive-2.11-mapnik-boost.patch (text/plain), 836 bytes, created by
satmd
on 2013-02-23 15:25:09 UTC
(
hide
)
Description:
Patch 1/2 for boost
Filename:
MIME Type:
Creator:
satmd
Created:
2013-02-23 15:25:09 UTC
Size:
836 bytes
patch
obsolete
>--- trunk/src/mapnik.cpp 2009/09/14 09:15:10 2500 >+++ trunk/src/mapnik.cpp 2010/07/28 13:39:38 2586 >@@ -209,11 +209,19 @@ > try { > > if ( boost::filesystem::is_regular( dir_itr->status() ) ) { >+#if BOOST_VERSION < 103600 > if (mydebug > 10) cout << "freetype_engine::register_font(" << dir_itr->leaf() << ")" << endl; >+#else >+ if (mydebug > 10) cout << "freetype_engine::register_font(" << dir_itr->filename() << ")" << endl; >+#endif > freetype_engine::register_font( dir_itr->string() ); > } > } catch ( const std::exception & ex ) { >+#if BOOST_VERSION < 103600 > std::cout << dir_itr->leaf() << " " << ex.what() << std::endl; >+#else >+ std::cout << dir_itr->filename() << " " << ex.what() << std::endl; >+#endif > } > > }
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 458856
:
339802
| 339804 |
339806
|
339808