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

(-)b/editors/codelite/Makefile (-1 / +3 lines)
Lines 11-20 COMMENT= Open Source IDE for C/C++ Link Here
11
11
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
13
14
BROKEN=		outdated, doesn't build with Pango 1.46.2 or newer - PR 249879
15
14
RUN_DEPENDS=	xterm:x11/xterm
16
RUN_DEPENDS=	xterm:x11/xterm
15
LIB_DEPENDS+=	libhunspell-1.7.so:textproc/hunspell
17
LIB_DEPENDS+=	libhunspell-1.7.so:textproc/hunspell
16
18
17
BROKEN_armv6=		fails to configure: has leading or trailing whitespace.  This is now an error according to policy CMP0004
19
#BROKEN_armv6=		fails to configure: has leading or trailing whitespace.  This is now an error according to policy CMP0004
18
20
19
USE_GITHUB=	yes
21
USE_GITHUB=	yes
20
GH_ACCOUNT=	eranif
22
GH_ACCOUNT=	eranif

Return to bug 252738