pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/sptk Explicitly disable da (audio output).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1a4b8dd9a3d
branches:  trunk
changeset: 597921:c1a4b8dd9a3d
user:      hans <hans%pkgsrc.org@localhost>
date:      Wed Jan 11 20:30:18 2012 +0000

description:
Explicitly disable da (audio output).

diffstat:

 audio/sptk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea8b0d912b56 -r c1a4b8dd9a3d audio/sptk/Makefile
--- a/audio/sptk/Makefile       Wed Jan 11 20:26:13 2012 +0000
+++ b/audio/sptk/Makefile       Wed Jan 11 20:30:18 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/06/08 13:32:03 obache Exp $
+# $NetBSD: Makefile,v 1.3 2012/01/11 20:30:18 hans Exp $
 #
 
 DISTNAME=      SPTK-3.4.1
@@ -21,6 +21,7 @@
 
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/SPTK
 CONFIGURE_ENV+=                CSH=${CSH}
+CONFIGURE_ARGS+=       --disable-da
 
 INSTALLATION_DIRS+=    share/doc/sptk
 



Home | Main Index | Thread Index | Old Index