freebsd-ports/cad/openvsp
Raphael Kubo da Costa 36d06b0a1f Add patches to fix the build on FreeBSD 11 with libc++.
OpenVSP does something like this:
  using namespace std;
  class array {
    ...
  };

Which causes the build to fail with HEAD's libc++. Even though the port does
not use -std=c++11, libc++ still declares an array class that conflicts with
the one OpenVSP has.

Enclose OpenVSP's array declaration in a namespace to avoid these conflicts.

PR:		207253
Approved by:	fernando.apesteguia@gmail.com (maintainer)
2016-02-25 22:21:37 +00:00
..
files Add patches to fix the build on FreeBSD 11 with libc++. 2016-02-25 22:21:37 +00:00
distinfo Cleanup USE_GITHUB usage. 2015-05-30 21:25:06 +00:00
Makefile Drop USES=iconv. 2015-08-30 17:41:23 +00:00
pkg-descr