From 8737ac17ca0174ebce15272e47a93a9746ac8a84 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 11 Jan 2012 20:30:18 +0000 Subject: [PATCH] Explicitly disable da (audio output). --- audio/sptk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/sptk/Makefile b/audio/sptk/Makefile index 2db0f49afbbe..1ba270467d1d 100644 --- a/audio/sptk/Makefile +++ b/audio/sptk/Makefile @@ -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 @@ USE_TOOLS+= csh:run GNU_CONFIGURE_PREFIX= ${PREFIX}/SPTK CONFIGURE_ENV+= CSH=${CSH} +CONFIGURE_ARGS+= --disable-da INSTALLATION_DIRS+= share/doc/sptk