gnucash-on-osx master: Include the aqbanking patch this time.
John Ralls
jralls at code.gnucash.org
Sun Sep 24 13:08:53 EDT 2023
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/4a368eba (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/5fe315c3 (commit)
commit 4a368eba94a4720f8ce85cd5813ee7dd0cc3e27f
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Sep 24 10:08:46 2023 -0700
Include the aqbanking patch this time.
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 6e953e0..2b16f61 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -32,8 +32,8 @@
<repository type="tarball" name="postgres"
href="https://ftp.postgresql.org/pub/source/"/>
- <!-- include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/ -->
- <include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
+ <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
+ <!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
<autotools id="libchipcard" autogen-sh="autoreconf" autogenargs="--enable-local-install">
<branch module="382/libchipcard-5.1.6.tar.gz" version="5.1.6"
diff --git a/patches/aqbanking-6.5.4-libintl.patch b/patches/aqbanking-6.5.4-libintl.patch
new file mode 100644
index 0000000..b4a35ca
--- /dev/null
+++ b/patches/aqbanking-6.5.4-libintl.patch
@@ -0,0 +1,12 @@
+--- a/configure.ac 2023-03-01 10:04:09
++++ b/configure.ac 2023-07-25 09:29:06
+@@ -733,7 +733,7 @@
+ if test "$OS_TYPE" != "windows"; then
+ oldlibs="$LIBS"
+ LIBS=""
+- AC_SEARCH_LIBS(gettext, intl, [], [HAVE_I18N="no"])
++ AC_SEARCH_LIBS(libintl_gettext, intl, [], [HAVE_I18N="no"])
+ i18n_libs="$LIBS"
+ LIBS="$oldlibs"
+ else
+
Summary of changes:
modulesets/gnucash.modules | 4 ++--
patches/aqbanking-6.5.4-libintl.patch | 12 ++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 patches/aqbanking-6.5.4-libintl.patch
More information about the gnucash-changes
mailing list