$NetBSD: patch-ac,v 1.1 2004/02/02 03:19:25 kristerw Exp $

--- configure.orig	2004-02-02 04:09:56.000000000 +0100
+++ configure	2004-02-02 04:11:44.000000000 +0100
@@ -2095,7 +2095,7 @@
 #include "confdefs.h"
 
 int main() {
-(void)sin(0.0);
+return sin(0.0);
 ; return 0; }
 EOF
 if { (eval echo configure:2102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -2142,7 +2142,7 @@
 #include "confdefs.h"
 
 int main() {
-(void)sin(0.0);
+return sin(0.0);
 ; return 0; }
 EOF
 if { (eval echo configure:2149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
