git: e0b553b48894 - main - science/spheral: Fix build by adding USES=localbase:ldflags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Nov 2023 10:36:07 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e0b553b48894e8df7d93347771938b6036b7c37e
commit e0b553b48894e8df7d93347771938b6036b7c37e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-15 10:21:27 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-15 10:36:04 +0000
science/spheral: Fix build by adding USES=localbase:ldflags
-lmfem wasn't found on some systems.
Reported by: fallout
---
science/spheral/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/spheral/Makefile b/science/spheral/Makefile
index 3d84678b497f..4a71f8155ed6 100644
--- a/science/spheral/Makefile
+++ b/science/spheral/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libaxom.so:science/axom \
libqhull_r.so:math/qhull \
libsiloh5.so:science/silo
-USES= cmake:testing compiler:c++14-lang eigen:3 fortran lua mpi:mpich python
+USES= cmake:testing compiler:c++14-lang eigen:3 fortran localbase:ldflags lua mpi:mpich python
USE_LDCONFIG= yes
USE_GITHUB= yes