git: dc11e63efe51 - main - science/grib_api: use openjpeg15 includes in Right Way (tm)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 09:35:00 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc11e63efe515ef54ecc12a8dd8c7cb678c8101b commit dc11e63efe515ef54ecc12a8dd8c7cb678c8101b Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-02-18 09:04:50 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-02-18 09:04:50 +0000 science/grib_api: use openjpeg15 includes in Right Way (tm) Sponsored by: Netzkommune GmbH --- science/grib_api/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/grib_api/Makefile b/science/grib_api/Makefile index 6117663fedbf..eba95db0dbfb 100644 --- a/science/grib_api/Makefile +++ b/science/grib_api/Makefile @@ -3,7 +3,7 @@ PORTNAME= grib_api PORTVERSION= 1.28.0 DISTVERSIONSUFFIX= -Source -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://confluence.ecmwf.int/download/attachments/3473437/ \ LOCAL/sunpoet @@ -34,6 +34,7 @@ USE_LDCONFIG= yes JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper +OPENJPEG_CFLAGS= -I${LOCALBASE}/include/openjpeg-1.5 OPENJPEG_CONFIGURE_ON= --with-openjpeg=${LOCALBASE} OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15