Date: Tue, 6 Apr 2021 12:23:33 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb9ab6840b7c - main - science/simgrid: add libunwind to LIB_DEPENDS on powerpc64le Message-ID: <202104061223.136CNXJf034730@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb9ab6840b7c1f2ffcddb0b67981b609cad53876 commit cb9ab6840b7c1f2ffcddb0b67981b609cad53876 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-04-06 12:24:07 +0000 Commit: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061223.136CNXJf034730>