Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2021 05:41:25 GMT
From:      =?utf-8?Q?Lo=C3=AFc Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 740130cd7038 - main - science/gnudatalanguage: prepare to proj8
Message-ID:  <202111180541.1AI5fPxN003161@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111180541.1AI5fPxN003161>