Date: Sun, 19 Jan 2014 13:44:36 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340289 - in head/multimedia/xmms-status-plugin: . files Message-ID: <201401191344.s0JDiajW027349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jan 19 13:44:36 2014 New Revision: 340289 URL: http://svnweb.freebsd.org/changeset/ports/340289 QAT: https://qat.redports.org/buildarchive/r340289/ Log: - Fix build with clang PR: 185330 Submitted by: ports fury Deleted: head/multimedia/xmms-status-plugin/files/patch-configure Modified: head/multimedia/xmms-status-plugin/Makefile (contents, props changed) Modified: head/multimedia/xmms-status-plugin/Makefile ============================================================================== --- head/multimedia/xmms-status-plugin/Makefile Sun Jan 19 13:44:15 2014 (r340288) +++ head/multimedia/xmms-status-plugin/Makefile Sun Jan 19 13:44:36 2014 (r340289) @@ -10,17 +10,19 @@ MASTER_SITES= http://www.hellion.org.uk/ MAINTAINER= ports@FreeBSD.org COMMENT= XMMS control applet for GNOME 2 panel / KDE tray -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms +LICENSE= GPLv2 # (or later) +LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms + +USES= gettext gmake USE_XORG= x11 xpm -USE_GMAKE= yes -USE_LDCONFIG= yes +USE_CSTD= gnu89 USE_AUTOTOOLS= libtool + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191344.s0JDiajW027349>