Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (1ddbd5203cf5d53fc8f9be6fdc87024a876c35c7)
  • Date: Thu, 2 Jan 2025 22:27:53 +0000

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

utils/gnuplot/HISTORY | 3 +++
utils/gnuplot/PRE_BUILD | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 1ddbd5203cf5d53fc8f9be6fdc87024a876c35c7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gnuplot: Fix build against musl

diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 8316350..8a68531 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2025-01-02 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: fixed build against musl
+
2025-01-01 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: updated wxWidgets dep to wxgtk-3.2
* DETAILS: PATCHLEVEL++
diff --git a/utils/gnuplot/PRE_BUILD b/utils/gnuplot/PRE_BUILD
index e97d2d0..86bf3ab 100755
--- a/utils/gnuplot/PRE_BUILD
+++ b/utils/gnuplot/PRE_BUILD
@@ -1,6 +1,11 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+case "$HOST" in
+(*-musl)
+ sedit '/^gnuplot_LDADD =/{s@$@ -liconv@}' src/Makefile.in ;;
+esac &&
+
if [[ $GNUPLOT_BRANCH == scm ]]; then
./prepare
fi


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (1ddbd5203cf5d53fc8f9be6fdc87024a876c35c7), Ismael Luceno, 01/02/2025

Archive powered by MHonArc 2.6.24.

Top of Page