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

(-)Makefile (-3 / +3 lines)
Lines 14-20 Link Here
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
15
16
BROKEN_aarch64=		fails to build
16
BROKEN_aarch64=		fails to build
17
BROKEN_powerpc64=	does not build: __adjust.c: internal compiler error: Segmentation fault
18
NOT_FOR_ARCHS=		arm armeb armv6 armv7 \
17
NOT_FOR_ARCHS=		arm armeb armv6 armv7 \
19
			mips mips64 mips64el mipsel mipsn32
18
			mips mips64 mips64el mipsel mipsn32
20
NOT_FOR_ARCHS_REASON=	Very slow to build on emulator
19
NOT_FOR_ARCHS_REASON=	Very slow to build on emulator
Lines 30-36 Link Here
30
HTML_DESC=	Install HTML documentation
29
HTML_DESC=	Install HTML documentation
31
PDF_DESC=	Install PDF documentation (requires TeX, it is huge)
30
PDF_DESC=	Install PDF documentation (requires TeX, it is huge)
32
PYGDB_DESC=	Build and install python-enabled gdb in addition to standard one
31
PYGDB_DESC=	Build and install python-enabled gdb in addition to standard one
33
SYMLINK_DESC=	Make version-independed symlink ${LOCALBASE}/${PORTNAME}
32
SYMLINK_DESC=	Make version-independent symlink ${LOCALBASE}/${PORTNAME}
34
33
35
PDF_USE=		TEX=base:build,tex:build,dvipsk:build
34
PDF_USE=		TEX=base:build,tex:build,dvipsk:build
36
PDF_BUILD_DEPENDS=	texi2dvi:print/texinfo
35
PDF_BUILD_DEPENDS=	texi2dvi:print/texinfo
Lines 38-44 Link Here
38
37
39
OPTIONS_SUB=		yes
38
OPTIONS_SUB=		yes
40
39
41
USES=			bison compiler cpe gmake gettext-runtime iconv makeinfo tar:bzip2
40
USES=			bison compiler:c++11-lang cpe gmake gettext-runtime \
41
			iconv makeinfo tar:bzip2
42
42
43
GNU_CONFIGURE=	yes
43
GNU_CONFIGURE=	yes
44
44

Return to bug 232793