summaryrefslogtreecommitdiff
path: root/audio/cddbd/patches/patch-ad
blob: ee9336ff945edaafe46dfdc223f5a9f0fa4e988c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.2 2011/08/28 22:30:17 dholland Exp $

- avoid interactive configure

--- config.sh.orig	2007-08-30 13:38:11.000000000 +0000
+++ config.sh
@@ -69,7 +69,7 @@ logerr()
 getstr()
 {
 	$ECHO "$* \c"
-	read ANS
+	ANS=
 	if [ -n "$ANS" ]
 	then
 		return 0