From 1fcf57ac59ee83516b78d05ad3a34f429aaf1100 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 24 Jan 2005 17:51:36 +0000 Subject: [PATCH] Do not depend on libvorbis/libogg interlibrary dependency. From: Robbert Haarman --- audio/mp3blaster/Makefile | 6 ++++-- audio/mp3blaster/patches/patch-configure | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 audio/mp3blaster/patches/patch-configure diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 4f09ddbc70b..be1e9ebca83 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2004/11/21 17:51:45 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2005/01/24 17:51:36 naddy Exp $ COMMENT= "text console audio player with an interactive interface" DISTNAME= mp3blaster-3.2.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio HOMEPAGE= http://www.stack.nl/~brama/mp3blaster/ @@ -13,7 +14,8 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c m ncurses ossaudio pthread stdc++ + +WANTLIB= c m ncurses ogg ossaudio pthread stdc++ MASTER_SITES= ${HOMEPAGE}src/ diff --git a/audio/mp3blaster/patches/patch-configure b/audio/mp3blaster/patches/patch-configure new file mode 100644 index 00000000000..d20eb85982f --- /dev/null +++ b/audio/mp3blaster/patches/patch-configure @@ -0,0 +1,21 @@ +$OpenBSD: patch-configure,v 1.1 2005/01/24 17:51:37 naddy Exp $ +--- configure.orig Mon Jan 24 18:37:20 2005 ++++ configure Mon Jan 24 18:37:54 2005 +@@ -2104,7 +2104,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lvorbisfile -lvorbis $LIBS" ++LIBS="-lvorbisfile -lvorbis -logg $LIBS" + cat > conftest.$ac_ext <> confdefs.h <<\EOF + #define INCLUDE_OGG 1