Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (6b4a16805bf20f02bf40757c3dd0d1e22d270612)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (6b4a16805bf20f02bf40757c3dd0d1e22d270612)
  • Date: Sat, 1 Nov 2025 02:31:30 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

chat-libs/libstrophe/BUILD | 3 +++
chat-libs/libstrophe/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 6b4a16805bf20f02bf40757c3dd0d1e22d270612
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

chat-libs/libstrophe: fixed building with current gcc (15.2.0)

diff --git a/chat-libs/libstrophe/BUILD b/chat-libs/libstrophe/BUILD
new file mode 100755
index 0000000..c8df507
--- /dev/null
+++ b/chat-libs/libstrophe/BUILD
@@ -0,0 +1,3 @@
+CFLAGS="${CFLAGS} -std=gnu89" &&
+
+default_build
diff --git a/chat-libs/libstrophe/HISTORY b/chat-libs/libstrophe/HISTORY
index f20c78e..beeeaae 100644
--- a/chat-libs/libstrophe/HISTORY
+++ b/chat-libs/libstrophe/HISTORY
@@ -1,3 +1,6 @@
+2025-10-31 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added to build with current gcc (15.2.0) (thanks to sobukus)
+
2025-03-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.14.0



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (6b4a16805bf20f02bf40757c3dd0d1e22d270612), Pavel Vinogradov, 10/31/2025

Archive powered by MHonArc 2.6.24.

Top of Page