CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/10/07 09:30:22
Added files:
geo/py-fiona/patches: patch-setup_py
Log message:
Really fix build on non-clang archs by passing -std=c++11 to egcc when
building the only .cpp file (generated by cython) that includes
cpl_port.h from GDAL (which requires c++11). clang seems to do the right
thing. *shrug*. dunno if the actual problem is with language detection
in distutils or egcc..
Tested on macppc with ports-gcc & amd64 with base-clang & ports-gcc