Edit

IABSD.fr/ports/x11/gtk-engines2/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:15:18
    Hash : 21f1bb8a
    Message : drop RCS Ids

  • patch-configure
  • --- configure.orig	Fri Oct  1 15:02:42 2010
    +++ configure	Fri Oct  1 21:33:56 2010
    @@ -11951,7 +11951,7 @@ fi
             #
             if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
               glib_save_LIBS="$LIBS"
    -          LIBS="$LIBS -lintl $libintl_extra_libs"
    +          LIBS="$LIBS -liconv -lintl $libintl_extra_libs"
               unset ac_cv_func_bind_textdomain_codeset
               for ac_func in bind_textdomain_codeset
     do :
    @@ -11983,7 +11983,7 @@ done
           fi
     
           if test "$gt_cv_func_dgettext_libintl" = "yes"; then
    -        INTLLIBS="-lintl $libintl_extra_libs"
    +        INTLLIBS="-liconv -lintl $libintl_extra_libs"
           fi
     
           if test "$gt_cv_have_gettext" = "yes"; then