diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-11-19 09:58:10 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-11-19 09:59:10 +0000 |
commit | e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad (patch) | |
tree | 36c85fca6ef55f4abb8630760530608813f44192 | |
parent | f20788567dfdbb8eb82f61963c3319277274b757 (diff) | |
download | ports-e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad.tar.gz ports-e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad.zip |
misc/libemos: Fix build by adding USES=localbase:ldflags
Otherwise some libraries weren't found.
Reported by: fallout
-rw-r--r-- | misc/libemos/Makefile | 4 |
1 files 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 |