diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-19 21:44:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-19 21:44:36 +0800 |
commit | df74f99b5d72c6864167b3df9c7448bdd824e053 (patch) | |
tree | 3ea3ca4fa0d15c5f073b744556dfd5441ddaaa6f /multimedia | |
parent | 5de3a4d0e8a2af23e86777ffd3faaa2f216be7f7 (diff) | |
download | freebsd-ports-gnome-df74f99b5d72c6864167b3df9c7448bdd824e053.tar.gz freebsd-ports-gnome-df74f99b5d72c6864167b3df9c7448bdd824e053.tar.zst freebsd-ports-gnome-df74f99b5d72c6864167b3df9c7448bdd824e053.zip |
- Fix build with clang
PR: 185330
Submitted by: ports fury
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmms-status-plugin/Makefile | 12 | ||||
-rw-r--r-- | multimedia/xmms-status-plugin/files/patch-configure | 10 |
2 files changed, 7 insertions, 15 deletions
diff --git a/multimedia/xmms-status-plugin/Makefile b/multimedia/xmms-status-plugin/Makefile index 6cf5a80ad5dc..515e35abccd3 100644 --- a/multimedia/xmms-status-plugin/Makefile +++ b/multimedia/xmms-status-plugin/Makefile @@ -10,17 +10,19 @@ MASTER_SITES= http://www.hellion.org.uk/source/ 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> diff --git a/multimedia/xmms-status-plugin/files/patch-configure b/multimedia/xmms-status-plugin/files/patch-configure deleted file mode 100644 index f195f07b43c6..000000000000 --- a/multimedia/xmms-status-plugin/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |