Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (9e692cc131e32c544c4993072edb426733299726)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (9e692cc131e32c544c4993072edb426733299726)
  • Date: Sat, 14 Sep 2013 19:31:34 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

printer/cups/BUILD | 1 +
printer/cups/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 6558d110ed0d95be57cac08edcb2b0dea9cce39d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

cups: force to use gcc and will use clang by default and fail

diff --git a/printer/cups/BUILD b/printer/cups/BUILD
index 75edb7b..14b44a1 100755
--- a/printer/cups/BUILD
+++ b/printer/cups/BUILD
@@ -13,5 +13,6 @@ else
fi &&

OPTS="--libdir=$INSTALL_ROOT/usr/lib $CUPS_OPTS $OPTS" &&
+OPTS="$OPTS CC=gcc CXX=g++" &&

default_build
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index cf1c0b9..00bdf10 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,6 @@
+2013-09-14 Robin Cook <rcook AT wyrms.net>
+ * BUILD: force to use gcc as will use clang by default and fail
+
2013-07-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.3




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (9e692cc131e32c544c4993072edb426733299726), Robin Cook, 09/14/2013

Archive powered by MHonArc 2.6.24.

Top of Page