aboutsummaryrefslogtreecommitdiffstats
path: root/testing/aqbanking/libintl.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-02-13 19:53:12 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-02-14 11:58:37 +0100
commitd06dc41ac0b2b9e1df664d7ad57ada623678e13a (patch)
treefb6099dfb74a89a6d474d118b853a051d157ecc7 /testing/aqbanking/libintl.patch
parent3772e6fbddcace4800674cd431f938091e73e3e4 (diff)
downloadaports-d06dc41ac0b2b9e1df664d7ad57ada623678e13a.tar.bz2
aports-d06dc41ac0b2b9e1df664d7ad57ada623678e13a.tar.xz
testing/aqbanking: new aport
Diffstat (limited to 'testing/aqbanking/libintl.patch')
-rw-r--r--testing/aqbanking/libintl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/aqbanking/libintl.patch b/testing/aqbanking/libintl.patch
new file mode 100644
index 0000000000..9653afff12
--- /dev/null
+++ b/testing/aqbanking/libintl.patch
@@ -0,0 +1,12 @@
+diff -upr aqbanking-5.6.12.orig/configure.ac aqbanking-5.6.12/configure.ac
+--- aqbanking-5.6.12.orig/configure.ac 2017-02-13 19:49:41.516482015 +0100
++++ aqbanking-5.6.12/configure.ac 2017-02-13 19:49:50.903347339 +0100
+@@ -887,7 +887,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"