summaryrefslogtreecommitdiff
path: root/math/fityk/files/patch-src__wxgui__sidebar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.3.0Wen Heping2016-03-061-11/+0
| | | | | | | | PR: 205894 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=410453
* math/fityk: unbreak build on 8.x/9.x (gcc 4.8)Jan Beich2015-04-301-0/+11
Add -std=c++11 to fix /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory which itself exposes guess.cpp:20:7: error: unknown type name 'array' const array<string, 3> Guess::linear_traits = ^ sidebar.cpp:900:52: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] + s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a))); ^ Reported by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q2 (only USES due to lack of r383466) Notes: svn path=/head/; revision=385070