Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4584785c85692e3efb138a296e64bbcf00f56447)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4584785c85692e3efb138a296e64bbcf00f56447)
  • Date: Mon, 26 Sep 2011 23:28:51 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/mesalib/CONFIGURE | 4 ++--
graphics-libs/mesalib/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 4584785c85692e3efb138a296e64bbcf00f56447
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mesalib: Fix broken case statement

diff --git a/graphics-libs/mesalib/CONFIGURE b/graphics-libs/mesalib/CONFIGURE
index 3cff28c..8a59422 100755
--- a/graphics-libs/mesalib/CONFIGURE
+++ b/graphics-libs/mesalib/CONFIGURE
@@ -79,5 +79,5 @@ case "$MESALIB_BRANCH" in

config_query_option MESALIB_OPTS "build separate OpenGL ES only
libraries?" n \
"--enable-gles-overlay" "--disable-gles-overlay"
- fi
-fi
+ fi
+esac
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 123b07c..86ab54d 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2011-09-27 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: Fix broken case statement
+
2011-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: select stable branch by default




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4584785c85692e3efb138a296e64bbcf00f56447), Ismael Luceno, 09/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page