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

Collapse All | Expand All

(-)Makefile (-13 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	compiz-plugins-extra
4
PORTNAME=	compiz-plugins-extra
5
PORTVERSION=	0.8.8
5
PORTVERSION=	0.8.8
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
9
9
Lines 23-35 Link Here
23
		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
23
		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
25
25
26
USES=		gmake gl gnome libtool:keepla pathfix pkgconfig tar:bzip2
26
USES=		gettext-runtime gettext-tools gmake gl gnome libtool:keepla pathfix pkgconfig tar:bzip2
27
USE_GL=		gl
27
USE_GL=		glu
28
USE_CSTD=	gnu89
28
USE_CSTD=	gnu89
29
USE_GNOME=	gconf2 gdkpixbuf2 intltool libxslt
29
USE_GNOME=	gconf2 gdkpixbuf2 intltool libxslt
30
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
30
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
32
33
CPPFLAGS+=	-I${LOCALBASE}/include
34
LDFLAGS+=	-L${LOCALBASE}/lib
35
CONFIGURE_ARGS=	--enable-schemas
33
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes
34
INSTALL_TARGET=	install-strip
37
INSTALL_TARGET=	install-strip
35
38
Lines 60-75 Link Here
60
		compiz-wallpaper.schemas \
63
		compiz-wallpaper.schemas \
61
		compiz-widget.schemas
64
		compiz-widget.schemas
62
65
63
CPPFLAGS+=	-I${LOCALBASE}/include
64
LDFLAGS+=	-L${LOCALBASE}/lib
65
CONFIGURE_ARGS=	--enable-schemas
66
67
OPTIONS_DEFINE=		NLS
68
OPTIONS_DEFAULT=	NLS
69
70
NLS_CONFIGURE_ENABLE=	nls
71
NLS_USES=		gettext-runtime gettext-tools
72
73
post-patch:
66
post-patch:
74
	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\
67
	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\
75
		${WRKSRC}/src/group/group-internal.h	\
68
		${WRKSRC}/src/group/group-internal.h	\

Return to bug 230908