Skip to content

Commit

Permalink
misc/libemos: Fix build by adding USES=localbase:ldflags
Browse files Browse the repository at this point in the history
Otherwise some libraries weren't found.

Reported by:	fallout
  • Loading branch information
yurivict committed Nov 19, 2023
1 parent f207885 commit e7e275f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/

Expand All @@ -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
Expand Down

0 comments on commit e7e275f

Please sign in to comment.