FreeBSD Bugzilla – Attachment 176394 Details for
Bug 213995
astro/marble: fix for lang/gcc5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for lang/gcc5
patch-marble-kpsalerno-gcc5 (text/plain), 617 bytes, created by
Kenneth Salerno
on 2016-11-01 20:14:12 UTC
(
hide
)
Description:
Fix for lang/gcc5
Filename:
MIME Type:
Creator:
Kenneth Salerno
Created:
2016-11-01 20:14:12 UTC
Size:
617 bytes
patch
obsolete
>--- /dev/null 2016-11-01 15:44:00.000000000 -0400 >+++ astro/marble/files/patch-src_plugins_positionprovider_gpsd_GpsdPositionProviderPlugin.cpp 2016-11-01 15:43:33.540109000 -0400 >@@ -0,0 +1,12 @@ >+--- src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp.orig 2014-10-23 21:53:08 UTC >++++ src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp >+@@ -15,6 +15,9 @@ >+ #include <math.h> >+ >+ using namespace Marble; >++#if __GNUC__ == 5 && __GNUC_MINOR__ == 4 >++using namespace std; >++#endif >+ /* TRANSLATOR Marble::GpsdPositionProviderPlugin */ >+ >+ QString GpsdPositionProviderPlugin::name() const
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 213995
:
176394
|
176424