View | Details | Raw Unified | Return to bug 185330
Collapse All | Expand All

(-)multimedia/xmms-status-plugin/Makefile (-5 / +7 lines)
Lines 10-26 Link Here
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	XMMS control applet for GNOME 2 panel / KDE tray
11
COMMENT=	XMMS control applet for GNOME 2 panel / KDE tray
12
12
13
LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
13
LICENSE=	GPLv2 # (or later)
14
14
15
LIB_DEPENDS=	libxmms.so:${PORTSDIR}/multimedia/xmms
16
17
USES=		gettext gmake
15
USE_XORG=	x11 xpm
18
USE_XORG=	x11 xpm
16
USE_GMAKE=	yes
19
USE_CSTD=	gnu89
17
USE_LDCONFIG=	yes
18
USE_AUTOTOOLS=	libtool
20
USE_AUTOTOOLS=	libtool
21
19
CPPFLAGS+=	-I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include
20
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
21
24
22
NO_STAGE=	yes
23
post-patch:
25
post-patch:
24
	${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
26
	@${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
25
27
26
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)multimedia/xmms-status-plugin/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Wed Dec 11 18:31:51 2002
2
+++ configure	Thu Dec 12 12:07:17 2002
3
@@ -7414,6 +7414,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'

Return to bug 185330