Index: configure --- configure.orig 2025-01-01 10:56:34.729562000 +0100 +++ configure 2025-01-01 10:57:04.286802000 +0100 @@ -6349,12 +6349,8 @@ if $ac_preproc_ok then : -else case e in #( - e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See 'config.log' for more details" "$LINENO" 5; } ;; -esac +else + : fi ac_ext=c Index: libcharset/configure --- libcharset/configure.orig 2025-01-01 10:56:34.731698000 +0100 +++ libcharset/configure 2025-01-01 10:57:19.180222000 +0100 @@ -3771,12 +3771,8 @@ if $ac_preproc_ok then : -else case e in #( - e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See 'config.log' for more details" "$LINENO" 5; } ;; -esac +else + : fi ac_ext=c Index: src/Makefile.in --- src/Makefile.in.orig 2025-01-01 10:56:34.732061000 +0100 +++ src/Makefile.in 2025-01-01 10:57:52.777360000 +0100 @@ -111,11 +111,7 @@ # ../lib/libiconv.la entirely. install : all force if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi - case "@host_os@" in \ - hpux*) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a -L$(DESTDIR)$(libdir) -liconv @LIBINTL@ $(OBJECTS_RES_@WOE32@) `if test -n '$(DESTDIR)'; then echo " -Wl,+b -Wl,$(libdir)"; fi` -o iconv$(EXEEXT);; \ - *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a @LTLIBINTL@ $(DESTDIR)$(libdir)/libiconv.la $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ - esac - $(INSTALL_PROGRAM_ENV) $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) iconv$(EXEEXT) $(DESTDIR)$(bindir)/iconv$(EXEEXT) + $(INSTALL_PROGRAM_ENV) $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) iconv_no_i18n$(EXEEXT) $(DESTDIR)$(bindir)/iconv$(EXEEXT) install-strip : force case '$(INSTALL_PROGRAM)' in \ Index: srclib/stdio.in.h --- srclib/stdio.in.h.orig 2024-09-26 14:54:51.000000000 +0200 +++ srclib/stdio.in.h 2025-01-01 10:56:34.732287000 +0100 @@ -1095,7 +1095,6 @@ removed it. */ #undef gets #if HAVE_RAW_DECL_GETS && !defined __cplusplus -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif #if @GNULIB_MDA_GETW@