aboutsummaryrefslogtreecommitdiffstats
path: root/community/gwenhywfar/libintl.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-11-06 11:48:55 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-11-06 12:30:37 +0100
commit2ab911b8ee651a8c7d752e91ba4a67c429566394 (patch)
treebcfef3c4126f4cd7cd5d04e44111a0e8ee15f847 /community/gwenhywfar/libintl.patch
parent2a4e436ca56e4d7cf52033443f5f37d31f3b38df (diff)
downloadaports-2ab911b8ee651a8c7d752e91ba4a67c429566394.tar.bz2
aports-2ab911b8ee651a8c7d752e91ba4a67c429566394.tar.xz
community/gwenhywfar: move from testing
Diffstat (limited to 'community/gwenhywfar/libintl.patch')
-rw-r--r--community/gwenhywfar/libintl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gwenhywfar/libintl.patch b/community/gwenhywfar/libintl.patch
new file mode 100644
index 0000000000..fd1cb5e6fe
--- /dev/null
+++ b/community/gwenhywfar/libintl.patch
@@ -0,0 +1,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"