forked from Lainports/freebsd-ports
net-p2p/pulsar-client-cpp: Fix typo
Approved by: portmgr (blanket)
This commit is contained in:
parent
a93cbadea3
commit
cfb7c92860
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
PORTNAME= pulsar-client-cpp # this port requres instruction sets crc32, pclmul above the default sse2
|
||||
PORTNAME= pulsar-client-cpp # this port requires instruction sets crc32, pclmul above the default sse2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.7.0
|
||||
PORTREVISION= 1
|
||||
|
|
@ -12,7 +12,7 @@ WWW= https://pulsar.apache.org/ \
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 # due to requrement of instruction sets crc32, pclmul
|
||||
ONLY_FOR_ARCHS= i386 amd64 # due to requirement of instruction sets crc32, pclmul
|
||||
BROKEN_i386= compilation fails due to overflow, see https://github.com/apache/pulsar-client-cpp/issues/449
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue