head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.10.05.57.42; author dholland; state Exp; branches; next ; commitid Ai5HbqP0hq4OmeFG; desc @@ 1.1 log @games/lincity-ng: fix broken configure with gcc14 @ text @$NetBSD$ Fix wrong configure test that breaks the build with gcc14 --- configure~ 2009-01-25 20:21:25.000000000 +0000 +++ configure @@@@ -5680,7 +5680,7 @@@@ echo $ECHO_N "checking for zlib... $ECHO int main(int argc, char** argv) { -gzFile* file = gzopen("", ""); +gzFile file = gzopen("", ""); ; return 0; } @