devel/google-perftools: enable libunwind on all arches where it's supported
This commit is contained in:
parent
d23863a56a
commit
c42d389423
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= google-perftools
|
||||
DISTVERSIONPREFIX= gperftools-
|
||||
DISTVERSION= 2.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/gperftools/gperftools/releases/download/gperftools-${PORTVERSION}/
|
||||
DISTNAME= gperftools-${PORTVERSION}
|
||||
|
@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--enable-frame-pointers
|
|||
.endif
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue