irc/iroffer-dinoex: enable libunwind on all supported architectures
This commit is contained in:
parent
5409d7b219
commit
139ab1f019
@ -1,6 +1,6 @@
|
||||
PORTNAME= iroffer
|
||||
PORTVERSION= 3.32
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= https://iroffer.net/
|
||||
PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2}
|
||||
@ -58,7 +58,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} == amd64 || ${ARCH} == i386)
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
|
||||
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user