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 --- configure.orig 2020-08-24 21:33:30.000000000 +0200 +++ configure 2026-06-14 21:21:24.986768519 +0200 @@@@ -13610,7 +13610,7 @@@@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include - main() { + int main() { osip_message_t t; int e; e=t.contacts.nb_elt; @