Skip to Content.
Sympa Menu

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

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 (754a85677a6f52e9a1277f77417d4d3df459d2eb)
  • Date: Fri, 23 Jan 2015 20:46:19 -0600

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

devel/sdcc/BUILD | 2 ++
devel/sdcc/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 754a85677a6f52e9a1277f77417d4d3df459d2eb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sdcc: Fix build with GCC 4.9.x, adding -Wno-unused to CFLAGS

diff --git a/devel/sdcc/BUILD b/devel/sdcc/BUILD
new file mode 100755
index 0000000..0288dec
--- /dev/null
+++ b/devel/sdcc/BUILD
@@ -0,0 +1,2 @@
+CFLAGS="$CFLAGS -Wno-unused" &&
+default_build
diff --git a/devel/sdcc/HISTORY b/devel/sdcc/HISTORY
index 7c76ad4..2f43bbe 100644
--- a/devel/sdcc/HISTORY
+++ b/devel/sdcc/HISTORY
@@ -1,2 +1,5 @@
+2015-01-23 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fix build with GCC 4.9.x, adding -Wno-unused to CFLAGS
+
2014-08-31 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (754a85677a6f52e9a1277f77417d4d3df459d2eb), Ismael Luceno, 01/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page