CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/12/05 01:02:43
Modified files:
textproc/clo++/patches: patch-configure
devel/cgdb/patches: patch-config_readline_check_version_m4
devel/sdlmm/patches: patch-configure
devel/smpeg/patches: patch-configure
Log message:
Fix configure script to prevent -Wimplicit-int errors
This replaces
main(){return(0);}
with the proper form of
int main(void){return(0);}
OK tb@
