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

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gbsplay
4
PORTNAME=	gbsplay
5
PORTVERSION=	0.0.8
5
PORTVERSION=	0.0.8
6
PORTREVISION=	12
6
PORTREVISION=	13
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	LOCAL/ehaupt
8
MASTER_SITES=	LOCAL/ehaupt
9
PKGNAMEPREFIX=	xmms-
9
PKGNAMEPREFIX=	xmms-
Lines 17-23 Link Here
17
RUN_DEPENDS=	xmms:multimedia/xmms
17
RUN_DEPENDS=	xmms:multimedia/xmms
18
18
19
USE_GNOME=	glib12
19
USE_GNOME=	glib12
20
USE_GCC=	any
21
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
22
USES=		gmake
21
USES=		gmake
23
USE_CSTD=	gnu89
22
USE_CSTD=	gnu89
Lines 36-42 Link Here
36
35
37
post-patch:
36
post-patch:
38
	@${REINPLACE_CMD} -e \
37
	@${REINPLACE_CMD} -e \
39
		's|`which xmms-config`||; \
38
		's|char argc|int argc|; \
39
		 s|`which xmms-config`||; \
40
		 s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \
40
		 s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \
41
		 s|`which glib-config`||; \
41
		 s|`which glib-config`||; \
42
		 s|glib-config|${GLIB_CONFIG}|g; \
42
		 s|glib-config|${GLIB_CONFIG}|g; \

Return to bug 230223