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

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 22-28 Link Here
22
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
22
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
23
23
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
USES=		gmake libtool pathfix pkgconfig python:run shebangfix
25
USES=		gmake gnome libtool pathfix pkgconfig python:run shebangfix
26
USE_GNOME=	gnomedocutils:build glib20 intltool intlhack libxslt \
26
USE_GNOME=	gnomedocutils:build glib20 intltool intlhack libxslt \
27
		introspection:build gtk30
27
		introspection:build gtk30
28
USE_XORG=	x11
28
USE_XORG=	x11
Lines 29-34 Link Here
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
INSTALL_TARGET=	install-strip
30
INSTALL_TARGET=	install-strip
31
31
32
CFLAGS_powerpc64=	-Wno-unused-value
33
CFLAGS_powerpc=	-Wno-unused-value
34
CFLAGS_powerpcspe=	-Wno-unused-value
35
CFLAGS_mips=	-Wno-unused-value
36
CFLAGS_mips64=	-Wno-unused-value
37
CFLAGS_sparc64=	-Wno-unused-value
38
32
SHEBANG_FILES=	tools/dbusmenu-bench
39
SHEBANG_FILES=	tools/dbusmenu-bench
33
40
34
PLIST_SUB=	VERSION="0.4"
41
PLIST_SUB=	VERSION="0.4"

Return to bug 232608