Explicitly disable da (audio output).
This commit is contained in:
parent
1b05e10d70
commit
8737ac17ca
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue