View | Details | Raw Unified | Return to bug 231570 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 14-20 Link Here
14
		libgraphite2.so:graphics/graphite2
14
		libgraphite2.so:graphics/graphite2
15
15
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USES=		gettext-runtime gmake gnome libtool \
17
USES=		compiler:c++11-lib gettext-runtime gmake gnome libtool \
18
		pathfix pkgconfig tar:bzip2
18
		pathfix pkgconfig tar:bzip2
19
USE_GNOME=	cairo glib20 introspection:build
19
USE_GNOME=	cairo glib20 introspection:build
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
Lines 31-37 Link Here
31
.else
31
.else
32
CONFIGURE_ARGS+=	--with-icu \
32
CONFIGURE_ARGS+=	--with-icu \
33
		--disable-gtk-doc-html
33
		--disable-gtk-doc-html
34
USES+=		compiler:c++11-lib
35
LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
34
LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
36
		libicudata.so:devel/icu
35
		libicudata.so:devel/icu
37
36

Return to bug 231570