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

(-)Makefile (-2 / +1 lines)
Lines 14-26 Link Here
14
14
15
BROKEN_mips=		fails to link: undefined reference to '__sync_add_and_fetch_4'
15
BROKEN_mips=		fails to link: undefined reference to '__sync_add_and_fetch_4'
16
BROKEN_mips64=		fails to link: undefined reference to '__sync_add_and_fetch_4'
16
BROKEN_mips64=		fails to link: undefined reference to '__sync_add_and_fetch_4'
17
BROKEN_powerpc64=	fails to build: Unrecognized opcode: 'sldi'
18
17
19
LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
18
LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
20
		libsamplerate.so:audio/libsamplerate \
19
		libsamplerate.so:audio/libsamplerate \
21
		libcelt0.so:audio/celt
20
		libcelt0.so:audio/celt
22
21
23
USES=		autoreconf gmake pathfix pkgconfig libtool localbase bdb
22
USES=		autoreconf compiler:c11 gmake pathfix pkgconfig libtool localbase bdb
24
USE_GITHUB=	yes
23
USE_GITHUB=	yes
25
GH_ACCOUNT=	jackaudio
24
GH_ACCOUNT=	jackaudio
26
GH_PROJECT=	jack1
25
GH_PROJECT=	jack1

Return to bug 231834