diff options
author | obache <obache@pkgsrc.org> | 2010-12-23 10:46:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-23 10:46:05 +0000 |
commit | 280a8fa47fb1804b209be568c1d069d7f5563875 (patch) | |
tree | f7211e957a0673f94b3f7380ef7c845a22000f15 /multimedia/xine-lib/Makefile | |
parent | c8c3e04dad6e27643f87f98fa7458bbfefff18a8 (diff) | |
download | pkgsrc-280a8fa47fb1804b209be568c1d069d7f5563875.tar.gz |
Disable real-codecs exactly.
It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.
Bump PKGREVISION.
Diffstat (limited to 'multimedia/xine-lib/Makefile')
-rw-r--r-- | multimedia/xine-lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 35fa9125c4a..767ae433c1d 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.81 2010/09/16 09:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2010/12/23 10:46:05 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Multimedia player library CONFLICTS+= xine-xcb-[0-9]* CONFIGURE_ARGS+= --disable-v4l +CONFIGURE_ARGS+= --disable-real-codecs BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 |