log() is a built-in that needs arguments to work.
This commit is contained in:
parent
b046a37897
commit
b4d99a032d
12
lang/mawk/patches/patch-configure
Normal file
12
lang/mawk/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$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
|
Loading…
x
Reference in New Issue
Block a user