View | Details | Raw Unified | Return to bug 237042
Collapse All | Expand All

(-)net/librdkafka/Makefile (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	librdkafka
4
PORTNAME=	librdkafka
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.0.0
6
PORTREVISION=	0
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
8
CATEGORIES=	net
8
CATEGORIES=	net
9
9
Lines 17-25 Link Here
17
BROKEN_mips64=		fails to build: undefined reference to __sync_add_and_fetch_4
17
BROKEN_mips64=		fails to build: undefined reference to __sync_add_and_fetch_4
18
18
19
BUILD_DEPENDS=	bash:shells/bash
19
BUILD_DEPENDS=	bash:shells/bash
20
LIB_DEPENDS=	liblz4.so:archivers/liblz4
20
LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
21
	libzstd.so:archivers/zstd
21
22
22
USES=		compiler:c11 gmake ssl
23
USES=		compiler:c11 gmake localbase:ldflags ssl
23
USE_GITHUB=	yes
24
USE_GITHUB=	yes
24
25
25
GH_ACCOUNT=	edenhill
26
GH_ACCOUNT=	edenhill

Return to bug 237042