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

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 47-53 Link Here
47
USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
47
USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
48
		iconv:wchar_t jpeg pathfix pkgconfig python:3.6+ \
48
		iconv:wchar_t jpeg pathfix pkgconfig python:3.6+ \
49
		shebangfix tar:xz xorg
49
		shebangfix tar:xz xorg
50
USE_GNOME=	gtkmm30 gvfs libxml2 libxslt
50
USE_GNOME=	gtkmm30 libxml2 libxslt
51
USE_XORG=	sm ice x11 xext
51
USE_XORG=	sm ice x11 xext
52
USE_LDCONFIG=	yes
52
USE_LDCONFIG=	yes
53
53
Lines 58-64 Link Here
58
SHEBANG_FILES=	share/extensions/*.py share/extensions/genpofiles.sh \
58
SHEBANG_FILES=	share/extensions/*.py share/extensions/genpofiles.sh \
59
		share/templates/*.py man/fix-roff-punct
59
		share/templates/*.py man/fix-roff-punct
60
60
61
OPTIONS_DEFINE=		OPENMP POPPLER VISIO CDR DBUS WPG
61
OPTIONS_DEFINE=		OPENMP POPPLER VISIO CDR DBUS WPG GVFS
62
OPTIONS_DEFAULT=	POPPLER VISIO CDR WPG GM
62
OPTIONS_DEFAULT=	POPPLER VISIO CDR WPG GM
63
OPTIONS_DEFAULT_amd64=	OPENMP
63
OPTIONS_DEFAULT_amd64=	OPENMP
64
OPTIONS_SINGLE=		IMAGICK
64
OPTIONS_SINGLE=		IMAGICK
Lines 73-78 Link Here
73
DBUS_CMAKE_BOOL=	WITH_DBUS
73
DBUS_CMAKE_BOOL=	WITH_DBUS
74
DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
74
DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
75
			libdbus-1.so:devel/dbus
75
			libdbus-1.so:devel/dbus
76
77
GVFS_USE=		GNOME=gvfs
76
78
77
OPENMP_USES=		compiler:openmp
79
OPENMP_USES=		compiler:openmp
78
OPENMP_CMAKE_BOOL=	WITH_OPENMP
80
OPENMP_CMAKE_BOOL=	WITH_OPENMP

Return to bug 243615