File jpeg-8-de-de-ansify.patch of Package mingw32-jpeg
--- configure.ac 2012-06-02 11:49:53.370128511 +0200 +++ configure.ac 2012-06-02 11:50:08.029285273 +0200 @@ -21,7 +21,7 @@ # Initialize Automake # Don't require all the GNU mandated files -AM_INIT_AUTOMAKE([-Wall -Werror -Wno-obsolete ansi2knr no-dist foreign]) +AM_INIT_AUTOMAKE([-Wall -Werror -Wno-obsolete no-dist foreign]) # Make --enable-silent-rules the default. # To get verbose build output you may configure @@ -28,9 +28,6 @@ # with --disable-silent-rules or use "make V=1". AM_SILENT_RULES([yes]) -# This is required when using the de-ANSI-fication feature. -AM_C_PROTOTYPES - # Add configure option --enable-maintainer-mode which enables # dependency checking and generation useful to package maintainers. # This is made an option to avoid confusing end users.