diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-12-24 12:49:35 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-12-24 12:49:35 +0000 |
commit | a80100963dc9372eafc101e108a336f3fbc59cae (patch) | |
tree | b8859e7c5b5444fa64f2e1a8963aa0dce2e27622 /multimedia | |
parent | c99ddef8e1affe6a0a5c757a79528b93a65e7447 (diff) | |
download | pkgsrc-a80100963dc9372eafc101e108a336f3fbc59cae.tar.gz |
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...
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-lib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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" |