[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (fda58f14a9d1e8c10db21c3d62676e5b82002ad0)

Juuso Alasuutari scm at sourcemage.org
Thu Feb 19 21:16:00 EST 2009


GIT changes to master grimoire by Juuso Alasuutari <iuso at sourcemage.org>:

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

New commits:
commit fda58f14a9d1e8c10db21c3d62676e5b82002ad0
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    mesalib: Fix git build.

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index c4f4372..6363f2e 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2009-02-20 Juuso Alasuutari <iuso at sourcemage.org>
+	* PRE_BUILD: Fix git build by changing to $SOURCE_DIRECTORY
+	  before running ./autogen.sh.
+
 2009-02-09 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DEPENDS: removed smgl-gl_select
 	* FINAL: using internal glselect
diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_BUILD
index 58adf37..c668c61 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -31,5 +31,6 @@ cd ${SOURCE_DIRECTORY}/src/glw                               &&
 sedit "s:/X11R6::g" Makefile                                 &&
 
 if [[ $MESALIB_GIT == y ]]; then
+  cd "$SOURCE_DIRECTORY"                                     &&
   ./autogen.sh
 fi



More information about the SM-Commit mailing list