Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (036ba1b13f4b7f8d1c40ab4059be46448c79a4ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (036ba1b13f4b7f8d1c40ab4059be46448c79a4ff)
  • Date: Thu, 14 Jan 2021 17:55:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

gnome2-apps/dia/BUILD | 7 +++++++
gnome2-apps/dia/HISTORY | 3 +++
2 files changed, 10 insertions(+)

New commits:
commit 036ba1b13f4b7f8d1c40ab4059be46448c79a4ff
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dia: Fix build against musl

diff --git a/gnome2-apps/dia/BUILD b/gnome2-apps/dia/BUILD
new file mode 100755
index 0000000..1c3b583
--- /dev/null
+++ b/gnome2-apps/dia/BUILD
@@ -0,0 +1,7 @@
+case "$HOST" in
+ *-musl)
+ # workaround broken test
+ export ac_cv_lib_m_isinf=yes
+ ;;
+esac &&
+default_build
diff --git a/gnome2-apps/dia/HISTORY b/gnome2-apps/dia/HISTORY
index d7ec8ac..5914681 100644
--- a/gnome2-apps/dia/HISTORY
+++ b/gnome2-apps/dia/HISTORY
@@ -1,3 +1,6 @@
+2021-01-14 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: fixed build against musl
+
2014-09-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.97.3; fixed WEB_SITE
* glib-2.31.patch: removed, fixed by upstream



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (036ba1b13f4b7f8d1c40ab4059be46448c79a4ff), Ismael Luceno, 01/14/2021

Archive powered by MHonArc 2.6.24.

Top of Page