pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/mplayer-share disable arts on Solaris, as it ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da43c8367c5e
branches: trunk
changeset: 462890:da43c8367c5e
user: grant <grant%pkgsrc.org@localhost>
date: Sat Oct 18 11:51:09 2003 +0000
description:
disable arts on Solaris, as it is currently broken
diffstat:
graphics/mplayer-share/Makefile.common | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 3dc89b208c42 -r da43c8367c5e graphics/mplayer-share/Makefile.common
--- a/graphics/mplayer-share/Makefile.common Sat Oct 18 11:32:39 2003 +0000
+++ b/graphics/mplayer-share/Makefile.common Sat Oct 18 11:51:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2003/09/26 12:04:46 salo Exp $
+# $NetBSD: Makefile.common,v 1.41 2003/10/18 11:51:09 grant Exp $
#
MPLAYER_DIST_VERSION= 1.0pre1
@@ -71,6 +71,11 @@
nas audio/nas \
sdl devel/SDL
+# arts is currently broken on Solaris.
+.if ${OPSYS} == "SunOS"
+MPLAYER_DISABLE_DRIVERS= arts
+.endif
+
.if defined(PKGNAME) && !empty(PKGNAME:M*encoder*)
MPLAYER_DISABLE_DRIVERS=arts esd nas sdl
.else
Home |
Main Index |
Thread Index |
Old Index