Hi! This trivial patch fixes build on !clang arches: Index: Makefile =================================================================== RCS file: /cvs/ports/devel/proj/Makefile,v retrieving revision 1.20 diff -u -p -u -r1.20 Makefile --- Makefile 20 Sep 2018 06:08:40 -0000 1.20 +++ Makefile 11 Oct 2018 15:29:41 -0000 @@ -18,6 +18,8 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://download.osgeo.org/proj/ +# c++11 +COMPILER= base-clang ports-gcc CONFIGURE_STYLE= gnu WANTLIB= c m pthread CONFIGURE_ENV= LDFLAGS='-pthread' Regression test on macppc: total: 1576 tests succeeded, 0 tests skipped, 4 tests FAILED! OK or it's too late for 6.4?
