mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
net/librdkafka: fix build with powerpc64
PR: 231777 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 Sponsored by: IntegriCloud
This commit is contained in:
parent
cd6fb2fc75
commit
7d05c2d16c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481029
@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_mips= fails to build: undefined reference to __sync_add_and_fetch_4
|
||||
BROKEN_mips64= fails to build: undefined reference to __sync_add_and_fetch_4
|
||||
BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld)
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4
|
||||
|
||||
USES= gmake ssl
|
||||
USES= compiler:c11 gmake ssl
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= edenhill
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user