[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-76-g21eb697e9

wwp at claws-mail.org wwp at claws-mail.org
Wed Apr 10 13:44:28 UTC 2024


The branch, gtk2 has been updated
       via  21eb697e9b2800ed76a535b1334d0d8baf0eb1a9 (commit)
      from  228900acfe0f54246883ced10fc177ba42e225f3 (commit)

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 21eb697e9b2800ed76a535b1334d0d8baf0eb1a9
Author: wwp <subscript at free.fr>
Date:   Wed Apr 10 15:44:10 2024 +0200

    fix bug 4795, 'Please remove -no-cpp-precomp flag for Apple'

diff --git a/configure.ac b/configure.ac
index 08b339163..46ef2777f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,7 +220,7 @@ fi
 pthread_name=
 case "$target" in
 *-darwin*)
-	AM_CFLAGS="$AM_CFLAGS -no-cpp-precomp -fno-common"
+	AM_CFLAGS="$AM_CFLAGS -fno-common"
 	;;
 *-*-mingw*)
 	# Note that we need to link to pthread in all cases. This

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list