head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2026.06.16.09.43.38; author martin; state Exp; branches; next ; commitid gO7MqY79E7rtq0KG; desc @@ 1.1 log @Add patches so configure works with newer compiler default standards. @ text @# $NetBSD$ Make configure work with newer compiler C standard defaults --- acinclude.m4.orig 2017-06-03 17:35:56.000000000 +0200 +++ acinclude.m4 2026-06-14 21:22:06.431244841 +0200 @@@@ -340,7 +340,7 @@@@ AC_COMPILE_IFELSE( AC_COMPILE_IFELSE( [AC_LANG_SOURCE([ #include - main() { + int main() { osip_message_t t; int e; e=t.contacts.nb_elt; @