Force a new version of libcdio for API compatibility (otherwise building
the cdda module fails).
This commit is contained in:
parent
7682dcab73
commit
3d18953a51
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2008/12/18 17:28:16 bjs Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2009/01/29 11:32:05 sborrill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vlc-${VLC_VER}
|
||||
|
@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --disable-vcd
|
|||
|
||||
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0
|
||||
BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1
|
||||
BUILDLINK_API_DEPENDS.libcdio+= libcdio>=0.81
|
||||
|
||||
CONFIGURE_ARGS+= --disable-speex # needs unstable 1.1.x branch
|
||||
CONFIGURE_ARGS+= --disable-gtk
|
||||
|
|
Loading…
Reference in a new issue