mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
misc/libemos: Fix build by adding USES=localbase:ldflags
Otherwise some libraries weren't found. Reported by: fallout
This commit is contained in:
parent
f20788567d
commit
e7e275f5fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user