Skip to Content.
Sympa Menu

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

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 (31206caeb10c79a37c54d49fd04ef5fa68875a34)
  • Date: Sat, 18 May 2019 12:28:37 +0000

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

http/w3m/HISTORY | 3 +++
http/w3m/PRE_BUILD | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 31206caeb10c79a37c54d49fd04ef5fa68875a34
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

w3m: Fix build against musl

diff --git a/http/w3m/HISTORY b/http/w3m/HISTORY
index 2eced88..7d64916 100644
--- a/http/w3m/HISTORY
+++ b/http/w3m/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fix build against musl
+
2016-10-17 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Disabled EGD, fixes build against LibreSSL
* DETAILS: PATCHLEVEL++
diff --git a/http/w3m/PRE_BUILD b/http/w3m/PRE_BUILD
index dd52d43..c4f02c5 100755
--- a/http/w3m/PRE_BUILD
+++ b/http/w3m/PRE_BUILD
@@ -10,5 +10,7 @@ sedit "s:CFLAGS=\$(OPTS):CFLAGS =:g" w3mimg/x11/Makefile.in
&&
sedit 's/file_handle/&_w3m/' istream.h &&
sedit 's/file_handle/&_w3m/' istream.c &&

+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
+
patch -p0 < "$SPELL_DIRECTORY/fb_imlib2.c.patch" &&
patch -p1 < "$SPELL_DIRECTORY/gc72.patch"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (31206caeb10c79a37c54d49fd04ef5fa68875a34), Ismael Luceno, 05/18/2019

Archive powered by MHonArc 2.6.24.

Top of Page