Skip to Content.
Sympa Menu

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

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 (9257c28e7f81ebd03ce030e5c83313bf8d36e18b)
  • Date: Sun, 21 Jul 2019 22:39:34 +0000

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

doc/chmlib/HISTORY | 3 +++
doc/chmlib/PRE_BUILD | 3 +++
i18n/anthy/HISTORY | 3 +++
i18n/anthy/PRE_BUILD | 3 +++
printer/epson-inkjet-printer-escpr/HISTORY | 3 +++
printer/epson-inkjet-printer-escpr/PRE_BUILD | 3 +++
6 files changed, 18 insertions(+)

New commits:
commit 9257c28e7f81ebd03ce030e5c83313bf8d36e18b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

epson-inkjet-printer-escpr: Fix build against musl

commit 1b2fac19ba3ce185fbc1c817382f1a2a71fdd829
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

chmlib: Fix build against musl

commit ae9580632b7889c850783f67f3329cb3555a195e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

anthy: Fix build against musl

diff --git a/doc/chmlib/HISTORY b/doc/chmlib/HISTORY
index e9dd01b..23d4f3d 100644
--- a/doc/chmlib/HISTORY
+++ b/doc/chmlib/HISTORY
@@ -1,3 +1,6 @@
+2019-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2009-05-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.40

diff --git a/doc/chmlib/PRE_BUILD b/doc/chmlib/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/doc/chmlib/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/i18n/anthy/HISTORY b/i18n/anthy/HISTORY
index c5f6b75..a93d84d 100644
--- a/i18n/anthy/HISTORY
+++ b/i18n/anthy/HISTORY
@@ -1,3 +1,6 @@
+2019-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2010-09-27 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: fix dependency on emacsen

diff --git a/i18n/anthy/PRE_BUILD b/i18n/anthy/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/i18n/anthy/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/printer/epson-inkjet-printer-escpr/HISTORY
b/printer/epson-inkjet-printer-escpr/HISTORY
index efad722..d07b327 100644
--- a/printer/epson-inkjet-printer-escpr/HISTORY
+++ b/printer/epson-inkjet-printer-escpr/HISTORY
@@ -1,2 +1,5 @@
+2019-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2018-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/printer/epson-inkjet-printer-escpr/PRE_BUILD
b/printer/epson-inkjet-printer-escpr/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/printer/epson-inkjet-printer-escpr/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9257c28e7f81ebd03ce030e5c83313bf8d36e18b), Ismael Luceno, 07/21/2019

Archive powered by MHonArc 2.6.24.

Top of Page