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

(-)b/textproc/libxml2/Makefile (-1 / +6 lines)
Lines 26-35 USE_LDCONFIG= yes Link Here
26
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
27
TEST_TARGET=	check
27
TEST_TARGET=	check
28
28
29
LIB_DEPENDS=	libicutu.so:devel/icu
30
CFLAGS+=	-I${PREFIX}/include
31
29
CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
32
CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
30
		--with-html-dir=${PREFIX}/share/doc \
33
		--with-html-dir=${PREFIX}/share/doc \
31
		--with-html-subdir=${PORTNAME} \
34
		--with-html-subdir=${PORTNAME} \
32
		--without-icu \
35
		--with-icu \
33
		--with-lzma=/usr \
36
		--with-lzma=/usr \
34
		--without-python
37
		--without-python
35
38
Lines 77-81 post-patch: Link Here
77
.if ${CHOSEN_COMPILER_TYPE} == gcc
80
.if ${CHOSEN_COMPILER_TYPE} == gcc
78
	@${REINPLACE_CMD} -e 's/ -Wno-array-bounds//' ${WRKSRC}/configure
81
	@${REINPLACE_CMD} -e 's/ -Wno-array-bounds//' ${WRKSRC}/configure
79
.endif
82
.endif
83
## add the includedir to pkgconf cflags, needed for the icu includes
84
	@${REINPLACE_CMD} -e 's|^Cflags: |CFlags: -I$${includedir} |' ${WRKSRC}/libxml-*.pc.in
80
85
81
.include <bsd.port.post.mk>
86
.include <bsd.port.post.mk>

Return to bug 262613