summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-14 18:56:36 +0100
committerIsmael Luceno2021-01-14 18:56:36 +0100
commit036ba1b13f4b7f8d1c40ab4059be46448c79a4ff (patch)
treec2b70b7bda8913759bdceccbfff79124552f51ee /gnome2-apps
parenta8bef0c097e770c907d3d5cbaf1d61c2b3d560f7 (diff)
dia: Fix build against musl
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/dia/BUILD7
-rw-r--r--gnome2-apps/dia/HISTORY3
2 files changed, 10 insertions, 0 deletions
diff --git a/gnome2-apps/dia/BUILD b/gnome2-apps/dia/BUILD
new file mode 100755
index 0000000000..1c3b58300d
--- /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 d7ec8ac448..59146818eb 100644
--- a/gnome2-apps/dia/HISTORY
+++ b/gnome2-apps/dia/HISTORY
@@ -1,3 +1,6 @@
+2021-01-14 Ismael Luceno <ismael@iodev.co.uk>
+ * BUILD: fixed build against musl
+
2014-09-06 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.97.3; fixed WEB_SITE
* glib-2.31.patch: removed, fixed by upstream