openbsd-ports/lang/mawk/patches/patch-configure

13 lines
318 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2004/01/06 02:28:12 espie Exp $
--- configure.orig 2004-01-06 03:24:49.000000000 +0100
+++ configure 2004-01-06 03:25:10.000000000 +0100
@@ -529,7 +529,7 @@ cat > conftest.$ac_ext <<EOF
int main() { return 0; }
int t() {
-log()
+log(5.0)
; return 0; }
EOF
if eval $ac_link; then