[SM-Commit] GIT changes to master =?unknown-8bit?Q?gri?= =?unknown-8bit?Q?moire_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (0670922de480cf70953b955fe9b29d7081d1913f)
=?unknown-8bit?Q?Andra=C5=BE?= Levstik
scm at mail.sourcemage.org
Sun Aug 27 12:12:04 EDT 2006
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 &&
More information about the SM-Commit
mailing list