svn commit: r535392 - head/science/cdo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 16 10:51:46 UTC 2020


Author: sunpoet
Date: Sat May 16 10:51:44 2020
New Revision: 535392
URL: https://svnweb.freebsd.org/changeset/ports/535392

Log:
  Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
  
  cdo 1.9.8 uses proj 6 API.

Modified:
  head/science/cdo/Makefile

Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile	Sat May 16 10:51:32 2020	(r535391)
+++ head/science/cdo/Makefile	Sat May 16 10:51:44 2020	(r535392)
@@ -36,7 +36,6 @@ CONFIGURE_ARGS=	--disable-data \
 		--enable-cdi-lib \
 		--program-transform-name="" \
 		--with-zlib=/usr
-CXXFLAGS+=	-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-head mailing list