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

(-)Makefile (-2 / +1 lines)
Lines 14-25 Link Here
14
14
15
BROKEN_mips=		fails to build: undefined reference to __sync_add_and_fetch_4
15
BROKEN_mips=		fails to build: undefined reference to __sync_add_and_fetch_4
16
BROKEN_mips64=		fails to build: undefined reference to __sync_add_and_fetch_4
16
BROKEN_mips64=		fails to build: undefined reference to __sync_add_and_fetch_4
17
BROKEN_powerpc64=	fails to build: cc: Internal error: Segmentation fault (program ld)
18
17
19
BUILD_DEPENDS=	bash:shells/bash
18
BUILD_DEPENDS=	bash:shells/bash
20
LIB_DEPENDS=	liblz4.so:archivers/liblz4
19
LIB_DEPENDS=	liblz4.so:archivers/liblz4
21
20
22
USES=		gmake ssl
21
USES=		compiler:c11 gmake ssl
23
USE_GITHUB=	yes
22
USE_GITHUB=	yes
24
GH_ACCOUNT=	edenhill
23
GH_ACCOUNT=	edenhill
25
24

Return to bug 231777