MFH: r524448

devel/concurrencykit: Don't build for 32-bits on powerpc64

configure script runs uname -m to check architecture. uname -m prints powerpc on powerpc64. Use uname -p instead.

PR:		243317
Approved by:	koobs (maintainer timeout)

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-01-27 22:04:38 +00:00
parent eea671bfae
commit e2bb21bcee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=524449
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,9 @@ MASTER_SITES= http://concurrencykit.org/releases/ \
http://repnop.org/releases/
DISTNAME= ck-${PORTVERSION}
PATCH_SITES= https://github.com/${PORTNAME}/ck/commit/
PATCHFILES= 999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch:-p1
MAINTAINER= koobs@FreeBSD.org
COMMENT= Lock-free data structures for high performance concurrent systems

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1521702240
TIMESTAMP = 1580160889
SHA256 (ck-0.6.0.tar.gz) = d7e27dd0a679e45632951e672f8288228f32310dfed2d5855e9573a9cf0d62df
SIZE (ck-0.6.0.tar.gz) = 217198
SHA256 (999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch) = f59fb4d7cc959e48ac7cbe19f4e183c682bf316f946a732d27de5654bcc9e8b4
SIZE (999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch) = 1693