head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.8 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.07.16.09.58.42; author jperkin; state Exp; branches; next ; commitid 2JXOJisZJYZVgX2G; desc @@ 1.1 log @libmcrypt: Various GCC 14 fixes. Add TEST_TARGET while here. It doesn't bode well that a lot of the tests fail, but this software is nearly 20 years old so continuing to use it is incredibly suspect. @ text @$NetBSD$ Fix configure test. --- configure.orig 2025-07-16 09:49:19.556194002 +0000 +++ configure @@@@ -5004,6 +5004,7 @@@@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include +#include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @