Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (0670922de480cf70953b955fe9b29d7081d1913f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (0670922de480cf70953b955fe9b29d7081d1913f)
  • Date: Sun, 27 Aug 2006 11:12:04 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

graphics-libs/mesalib/HISTORY | 4 ++++
graphics-libs/mesalib/PRE_BUILD | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 14d3c569e82913f0dfa8a5179cdcb8d256ec73db
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

mesalib: fix the broken check... you can't check against X11-LIBS if the
spell doesn't use them.

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 0dd6e47..5540257 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2006-08-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PRE_BUILD: ne wonder this doesn't work the check won't work as
mesalib
+ does not require X11-LIBS so nothing to check against
+
2006-07-31 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: removed UPDATED and BUILD_API=2 lines
* PRE_BUILD: switched to check_if_xorg_modular_libs from grimoire's
diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_BUILD
index 869fe4c..dbbd5f9 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -4,7 +4,7 @@ sedit "s:/usr/local:/usr:g" default

source $GRIMOIRE/FUNCTIONS &&

-if check_if_xorg_modular_libs
+if [[ "$(get_spell_provider $SPELL X11-UTILS)" == "xorg-utils" ]]
then
sedit "s:MKDEP = /usr/X11R6:MKDEP = /usr/:g" linux-dri &&
sedit "s:MKDEP = /usr/X11R6:MKDEP = /usr/:g" linux-indirect &&



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (0670922de480cf70953b955fe9b29d7081d1913f), Andra?? Levstik, 08/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page