git: e7e275f5fcd2 - main - misc/libemos: Fix build by adding USES=localbase:ldflags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Nov 2023 09:59:13 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad commit e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-19 09:58:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-19 09:59:10 +0000 misc/libemos: Fix build by adding USES=localbase:ldflags Otherwise some libraries weren't found. Reported by: fallout --- misc/libemos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/libemos/Makefile b/misc/libemos/Makefile index a47f6eed08aa..aec7c47e4165 100644 --- a/misc/libemos/Makefile +++ b/misc/libemos/Makefile @@ -1,7 +1,7 @@ PORTNAME= libemos DISTVERSION= 4.5.9 -PORTREVISION= 4 DISTVERSIONSUFFIX= -Source +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= https://confluence.ecmwf.int/download/attachments/3473472/ @@ -16,7 +16,7 @@ LIB_DEPENDS= libeccodes.so:science/eccodes \ libfftw3.so:math/fftw3 \ libpng.so:graphics/png -USES= cmake:noninja compiler:c11 fortran +USES= cmake:noninja compiler:c11 fortran localbase:ldflags CMAKE_ON= BUILD_SHARED_LIBS # not respected: https://jira.ecmwf.int/browse/SUP-2691 CMAKE_OFF= HAVE_TESTS