df15b2056c
- add various LP64 fixes; - use stdlib.h as needed instead of casting the return value of malloc; - fix fake-varargs printf code and use stdarg.h; - use system snprintf instead of included custom one; - tidy up symbol name conflict with log(); - add patch comments; - remove some pkglint; - add LICENSE. PKGREVISION -> 2.
15 lines
272 B
Text
15 lines
272 B
Text
$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
|