git: 740130cd7038 - main - science/gnudatalanguage: prepare to proj8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Nov 2021 05:41:25 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=740130cd7038d1c61b0da0c44615d986e5d865f7 commit 740130cd7038d1c61b0da0c44615d986e5d865f7 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2021-11-18 05:17:26 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2021-11-18 05:17:26 +0000 science/gnudatalanguage: prepare to proj8 - remove -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 PR: 259818, 258313 Approved by: thierry (maintainer) --- science/gnudatalanguage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 9b87359c0a22..fd5a95ba3496 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -40,7 +40,7 @@ CMAKE_ARGS= -DREADLINEDIR:STRING="/usr" \ -DNCURSESDIR:STRING="/usr" \ -DPYTHON:BOOL=NO CPPFLAGS+= ${CFLAGS} -fno-inline -DNPY_NO_DEPRECATED_API -DNPY_1_7_API_VERSION -CXXFLAGS+= -std=gnu++11 -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 +CXXFLAGS+= -std=gnu++11 LDFLAGS+= -lpthread -L${LOCALBASE}/lib TEST_TARGET= test