git: de98c5305251 - main - net-p2p/monero-cli: enable libunwind on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 12:53:51 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=de98c5305251ab6d9b0774f0125f4206947eccfb commit de98c5305251ab6d9b0774f0125f4206947eccfb Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-04-26 12:39:27 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-04-26 12:53:35 +0000 net-p2p/monero-cli: enable libunwind on powerpc --- net-p2p/monero-cli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index 7b5ba52dd5b7..fa38f728b07b 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= monero-cli # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) PORTVERSION= 0.18.1.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v # and uncomment the following two lines (use for example -git-HEAD or -git-b6420e1) #PORTVERSION= 0 @@ -82,7 +82,7 @@ LD_EMULATION= elf64lppc CMAKE_ARGS+= -DLD_RAW_FLAGS:STRING=-m${LD_EMULATION} # keep in sync with all platforms where libunwind is available -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .else CMAKE_ARGS+= -DSTACK_TRACE:BOOL=OFF