From de7b8ef50932c565a19c68dd87ad9f72c93631d8 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 24 Dec 2005 12:49:35 +0000 Subject: Require libcdio>=0.75. The build of xine-lib fails on amd64 with older versions of this library as reported in: http://mail-index.netbsd.org/port-amd64/2005/11/04/0001.html Bump PKGREVISION to 3. Maybe we should do this dependency bump in libcdio's buildlink3.mk file, because it might also affect other packages... --- multimedia/xine-lib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index e2f50bee271..337541c28e8 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2005/12/11 09:40:46 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2005/12/24 12:49:35 jmmv Exp $ .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Multimedia player library @@ -23,6 +23,9 @@ SUBST_FILES.w32path= src/libw32dll/wine/module.c SUBST_SED.w32path= -e "s,@W32PATH@,${PREFIX}/lib/win32," SUBST_MESSAGE.w32path= "Fixing win32 dll path." +# Needed to fix build problems under, at least, NetBSD/amd64. +BUILDLINK_DEPENDS.libcdio+= libcdio>=0.75 + .include "../../audio/flac/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../audio/speex/buildlink3.mk" -- cgit v1.2.3