gnucash-on-osx master: Patch libintl discovery failure in aqbanking-6.5.4.

John Ralls jralls at code.gnucash.org
Thu Sep 7 22:48:26 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/5fe315c3 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/44dc2096 (commit)



commit 5fe315c34891733674fcaa2cab3c08b8a4c4abba
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 7 19:48:00 2023 -0700

    Patch libintl discovery failure in aqbanking-6.5.4.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index f5ea593..6e953e0 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"
@@ -89,6 +89,7 @@
 	     autogenargs="--enable-local-install">
     <branch module="499/aqbanking-6.5.4.tar.gz" version="6.5.4"
             repo="aqbanking">
+      <patch file="aqbanking-6.5.4-libintl.patch" strip="1"/>
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>



Summary of changes:
 modulesets/gnucash.modules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list