diff options
author | dim <dim@FreeBSD.org> | 2016-01-28 03:52:04 +0800 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-01-28 03:52:04 +0800 |
commit | c73c4f4a502180af8a91dd6eb5f037b0e1672a0b (patch) | |
tree | c9c9425f6f17449a52b81f3dd48403b717fcbd5d /ports-mgmt | |
parent | e2e0ab892bf3b521393ae0a81e0a93c2368fe165 (diff) | |
download | freebsd-ports-gnome-c73c4f4a502180af8a91dd6eb5f037b0e1672a0b.tar.gz freebsd-ports-gnome-c73c4f4a502180af8a91dd6eb5f037b0e1672a0b.tar.zst freebsd-ports-gnome-c73c4f4a502180af8a91dd6eb5f037b0e1672a0b.zip |
In x11/leechcraft, change the syntax of C++11 braced initializers with
multiple elements to correspond to C++ WG paper N3922. E.g, instead of:
auto foo { 1, 2, 3, 4 };
one should write:
auto foo = { 1, 2, 3, 4 };
This makes the port compile with clang 3.8.0 and higher, or gcc 5.0 and
higher.
Approved by: vg (maintainer)
PR: 206650
MFH: 2016Q1
Diffstat (limited to 'ports-mgmt')
0 files changed, 0 insertions, 0 deletions