freebsd-ports/x11/leechcraft
Dimitry Andric 779fd08536 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
2016-01-27 19:52:04 +00:00
..
files In x11/leechcraft, change the syntax of C++11 braced initializers with 2016-01-27 19:52:04 +00:00
distinfo
Makefile Update poppler to 0.40.0. [1] 2016-01-21 19:40:10 +00:00
pkg-descr
pkg-plist - Don't include empty directories in the package 2015-06-09 16:43:09 +00:00