From 5136c96cab88c17b9f488b946b8cf353eeec06b4 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 6 Apr 2007 05:30:50 +0000 Subject: [PATCH] USE_LIBTOOL replace a broken master site while here --- audio/xmms-mad/Makefile | 4 +++- graphics/smpeg-xmms/Makefile | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index 91c3400506f..6211fe86ecd 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/12/16 12:22:33 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2007/04/06 05:30:50 steven Exp $ SHARED_ONLY= Yes @@ -23,6 +23,8 @@ LIB_DEPENDS= xmms.>=4::audio/xmms mad.>=2::audio/libmad \ WANTLIB= X11 Xext Xi m gdk glib gmodule gtk iconv intl USE_X11= Yes +USE_LIBTOOL= Yes +LIBTOOL_FLAGS= --tag=disable-static CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/smpeg-xmms/Makefile b/graphics/smpeg-xmms/Makefile index e6648e83e8c..f7f40d69f00 100644 --- a/graphics/smpeg-xmms/Makefile +++ b/graphics/smpeg-xmms/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2006/08/03 12:53:18 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2007/04/06 05:30:50 steven Exp $ COMMENT= "MPEG and VCD video playback in XMMS" SHARED_ONLY= Yes @@ -17,12 +17,14 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= usbhid SDL Xext X11 m -MASTER_SITES= http://mirror.csoft.org/smpeg-xmms/ +MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/ LIB_DEPENDS= xmms.>=2::audio/xmms \ smpeg.>=1.3::devel/smpeg USE_X11= Yes +USE_LIBTOOL= Yes +LIBTOOL_FLAGS= --tag=disable-static SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu