[MacPorts] #51828: openconnect-gui - C++11 requires a space between literal and identifier
MacPorts
noreply at macports.org
Tue Jul 12 11:18:48 PDT 2016
#51828: openconnect-gui - C++11 requires a space between literal and identifier
------------------------------+-------------------------------
Reporter: peter@… | Owner: bjorn.ketelaars@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: openconnect-gui |
------------------------------+-------------------------------
Comment (by bjorn.ketelaars@…):
This is fixed by adding whitespaces:
{{{
#define APP_STRING APP_NAME" "VERSION
}}}
becomes:
{{{
#define APP_STRING APP_NAME " " VERSION
}}}
Diff attached to ticket.
--
Ticket URL: <https://trac.macports.org/ticket/51828#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list