summaryrefslogtreecommitdiff
path: root/devel/argtable/patches/patch-configure
blob: 86fa276547dabda9d41fa82d8b3c5789661bc8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-configure,v 1.1 2012/07/03 18:16:35 joerg Exp $

--- configure.orig	2012-07-03 10:24:16.000000000 +0000
+++ configure
@@ -766,7 +766,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
 cat > conftest.$ac_ext <<EOF
 #line 768 "configure"
 #include "confdefs.h"
-main(){return(0);}
+int main(){return(0);}
 EOF
 if { (eval echo configure:772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
   ac_cv_prog_cxx_works=yes