git: cb9ab6840b7c - main - science/simgrid: add libunwind to LIB_DEPENDS on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 6 12:23:33 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb9ab6840b7c1f2ffcddb0b67981b609cad53876

commit cb9ab6840b7c1f2ffcddb0b67981b609cad53876
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 12:24:07 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 12:24:07 +0000

    science/simgrid: add libunwind to LIB_DEPENDS on powerpc64le
---
 science/simgrid/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile
index 087333e7d098..76620cae755b 100644
--- a/science/simgrid/Makefile
+++ b/science/simgrid/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS_aarch64=	libunwind.so:devel/libunwind
 LIB_DEPENDS_amd64=	libunwind.so:devel/libunwind
 LIB_DEPENDS_i386=	libunwind.so:devel/libunwind
 LIB_DEPENDS_powerpc64=	libunwind.so:devel/libunwind
+LIB_DEPENDS_powerpc64le=	libunwind.so:devel/libunwind
 
 USES=		cmake:noninja compiler:c++11-lang perl5 python:3.6+ shebangfix
 SHEBANG_FILES=	tools/simgrid_convert_TI_traces.py


More information about the dev-commits-ports-all mailing list