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

(-)Makefile (+6 lines)
Lines 19-24 Link Here
19
USE_LDCONFIG=	YES
19
USE_LDCONFIG=	YES
20
MAKE_ARGS=	docdir=${DOCSDIR}
20
MAKE_ARGS=	docdir=${DOCSDIR}
21
CONFIGURE_ARGS+=--program-transform-name=
21
CONFIGURE_ARGS+=--program-transform-name=
22
CXXFLAGS_powerpc64=	-Wno-error=deprecated
23
CXXFLAGS_powerpc=	-Wno-error=deprecated
24
CXXFLAGS_powerpcspe=	-Wno-error=deprecated
25
CXXFLAGS_mips=	-Wno-error=deprecated
26
CXXFLAGS_mips64=	-Wno-error=deprecated
27
CXXFLAGS_sparc64=	-Wno-error=deprecated
22
28
23
post-patch:
29
post-patch:
24
	@${REINPLACE_CMD} -e 's|^static const bool debug_flag = false;$$||' \
30
	@${REINPLACE_CMD} -e 's|^static const bool debug_flag = false;$$||' \

Return to bug 232473