$OpenBSD: patch-config_cxx_have_nothrow_new_m4,v 1.1 2017/05/02 21:16:43 espie Exp $

Index: config/cxx_have_nothrow_new.m4
--- config/cxx_have_nothrow_new.m4.orig
+++ config/cxx_have_nothrow_new.m4
@@ -43,7 +43,7 @@ rm -f conftest.cc conftest.o
 cat > conftest.cc <<EOF
 #include <new>
 
-int main(int argc, char* argv[]) {
+int main(int argc, char** argv) {
   int *baz;
   unsigned int foo = 3;
   baz = new(std::nothrow) int;
