pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc21 Explicitly disable oss except on NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a98040f656b8
branches:  trunk
changeset: 645183:a98040f656b8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 24 20:42:22 2015 +0000

description:
Explicitly disable oss except on NetBSD-7+.
Needs OSSv4, but older NetBSD's OSSv3 is detected and accepted.

diffstat:

 multimedia/vlc21/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r eecd5780b69e -r a98040f656b8 multimedia/vlc21/Makefile
--- a/multimedia/vlc21/Makefile Sat Jan 24 17:59:54 2015 +0000
+++ b/multimedia/vlc21/Makefile Sat Jan 24 20:42:22 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/01/17 00:32:31 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/24 20:42:22 wiz Exp $
 
 DISTNAME=              vlc-${VLC_VERSION}
 PKGREVISION=           3
@@ -44,6 +44,8 @@
 .if ${MACHINE_PLATFORM:MNetBSD-[789]*-*}
 PLIST.oss=             yes
 .include "../../mk/oss.buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-oss
 .endif
 
 # Build optimalized modules



Home | Main Index | Thread Index | Old Index