Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (20ca917e6ffd726b8d95dd1ca827e86723dcd4b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (20ca917e6ffd726b8d95dd1ca827e86723dcd4b3)
  • Date: Thu, 17 Apr 2014 07:05:00 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/slim/BUILD | 4 ++++
x11/slim/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 20ca917e6ffd726b8d95dd1ca827e86723dcd4b3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

slim: fixed build with recent freetype2/cmake

diff --git a/x11/slim/BUILD b/x11/slim/BUILD
index e013b8d..91fa455 100755
--- a/x11/slim/BUILD
+++ b/x11/slim/BUILD
@@ -1 +1,5 @@
+OPTS="-DFREETYPE_INCLUDE_DIRS=$INSTALL_ROOT/usr/include \
+ -DFREETYPE_INCLUDE_DIR_freetype2=$INSTALL_ROOT/usr/include/freetype2 \
+ $OPTS" &&
+
cmake_build
diff --git a/x11/slim/HISTORY b/x11/slim/HISTORY
index 00a89a0..1a36376 100644
--- a/x11/slim/HISTORY
+++ b/x11/slim/HISTORY
@@ -1,3 +1,6 @@
+2014-04-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed build with recent freetype2/cmake
+
2013-10-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.6
* PRE_BUILD: apply patch



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (20ca917e6ffd726b8d95dd1ca827e86723dcd4b3), Vlad Glagolev, 04/17/2014

Archive powered by MHonArc 2.6.24.

Top of Page