1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

irc/iroffer-dinoex: enable libunwind on powerpc

This commit is contained in:
Piotr Kubaj 2023-04-26 13:20:10 +02:00
parent 7c324fa96a
commit c3434ed510

View File

@ -1,6 +1,6 @@
PORTNAME= iroffer
PORTVERSION= 3.32
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= irc
MASTER_SITES= https://iroffer.net/
PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2}
@ -59,7 +59,7 @@ GEOIP_CONFIGURE_ON= -geoip
.if ${PORT_OPTIONS:MRUBY}
# make stage-qa happy
# keep in sync with all platforms where libunwind is available
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
.endif