Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (166aa7737af50181f1fb59fc7b097f3719bbc25a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (166aa7737af50181f1fb59fc7b097f3719bbc25a)
  • Date: Thu, 13 Dec 2007 09:45:48 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics-libs/mesalib/HISTORY | 3 +++
graphics-libs/mesalib/PRE_BUILD | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 7b2c7375460918f9a710c9139deb2c024f984df7
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mesalib: lib64/ fix

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index bd293f2..f8cbd51 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2007-12-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: Change x86-64 configs to install libs in lib/, not lib64/
+
2007-11-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 7.0.2
* INSTALL: using make install now
diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_BUILD
index 0e23739..e9222f9 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -14,6 +14,11 @@ sedit "s:MKDEP = /usr/X11R6:MKDEP = /usr/:g"
linux-indirect &&
sedit "s:/X11R6::g" linux-dri &&
sedit "s:/X11R6::g" default &&
sedit "s:/X11R6::g" linux-indirect &&
+# x86-64 libs go into normal lib/
+for i in linux*x86-64
+do
+ sedit "s/LIB_DIR = lib64//" "$i"
+done &&
cd ${SOURCE_DIRECTORY}/docs &&
sedit "s:/X11R6::g" install.html &&
cd ${SOURCE_DIRECTORY}/src/mesa/drivers/dri &&



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (166aa7737af50181f1fb59fc7b097f3719bbc25a), Thomas Orgis, 12/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page