aboutsummaryrefslogtreecommitdiffstats
path: root/community/gwenhywfar/libintl.patch
blob: fd1cb5e6fe5bd70128ee331585e1c9be4be36310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -upr gwenhywfar-4.15.3.orig/configure.ac gwenhywfar-4.15.3/configure.ac
--- gwenhywfar-4.15.3.orig/configure.ac	2017-02-13 19:31:48.741133005 +0100
+++ gwenhywfar-4.15.3/configure.ac	2017-02-13 19:31:56.051144524 +0100
@@ -734,7 +734,7 @@ if test "$OS_TYPE" != "windows"; then
   oldlibs="$LIBS"
   LIBS=""
   AC_SEARCH_LIBS(gettext, intl, [], [HAVE_I18N="no"])
-  i18n_libs="$LIBS"
+  i18n_libs="$LIBS -lintl"
   LIBS="$oldlibs"
 else
   i18n_libs="-lintl"