Files
pkgsrc-ng/audio/cddbd/patches/patch-ad
2013-09-26 17:14:40 +02:00

16 lines
272 B
Plaintext

$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