pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/avidemux Explicitly disable arts support so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82d99e9580c4
branches:  trunk
changeset: 543103:82d99e9580c4
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jun 04 07:33:52 2008 +0000

description:
Explicitly disable arts support so that it doesn't find and try to use
it if its installed.

diffstat:

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

diffs (18 lines):

diff -r feff320fa368 -r 82d99e9580c4 multimedia/avidemux/Makefile
--- a/multimedia/avidemux/Makefile      Tue Jun 03 22:20:35 2008 +0000
+++ b/multimedia/avidemux/Makefile      Wed Jun 04 07:33:52 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2008/05/25 21:23:26 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2008/06/04 07:33:52 markd Exp $
 #
 
 DISTNAME=      avidemux_2.4.1
@@ -20,6 +20,8 @@
 USE_TOOLS+=            msgfmt pkg-config
 USE_CMAKE=             yes
 
+CMAKE_ARGS+=           -DNO_ARTS=1
+
 LIBS+=                 ${LIBOSSAUDIO}
 
 SUBST_CLASSES=         audio



Home | Main Index | Thread Index | Old Index