FreeBSD Bugzilla – Attachment 176392 Details for
Bug 213993
math/kmplot: 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-kmplot-kpsalerno-gcc5 (text/plain), 400 bytes, created by
Kenneth Salerno
on 2016-11-01 20:10:56 UTC
(
hide
)
Description:
Fix for lang/gcc5
Filename:
MIME Type:
Creator:
Kenneth Salerno
Created:
2016-11-01 20:10:56 UTC
Size:
400 bytes
patch
obsolete
>--- /dev/null 2016-11-01 15:38:16.000000000 -0400 >+++ math/kmplot/files/patch-kmplot_view.cpp 2016-11-01 15:38:16.215538000 -0400 >@@ -0,0 +1,11 @@ >+--- kmplot/view.cpp.orig 2014-09-17 13:01:07 UTC >++++ kmplot/view.cpp >+@@ -73,7 +73,7 @@ >+ #include <ieeefp.h> >+ #endif >+ >+-#if defined(Q_CC_MINGW) >++#if defined(Q_CC_MINGW) || (__GNUC__ == 5 && __GNUC_MINOR__ == 4) >+ using namespace std; >+ #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 213993
:
176392
|
176421
|
176715