Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ee8b122f4d08db7adf2d00bd797738ef845e7733)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ee8b122f4d08db7adf2d00bd797738ef845e7733)
  • Date: Thu, 27 Oct 2016 01:38:57 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

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

New commits:
commit ee8b122f4d08db7adf2d00bd797738ef845e7733
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesalib: added a fix to compile with flex 2.6.2

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index e3da326..5f8aad5 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2016-10-26 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added a fix to compile with flex 2.6.2
+
2016-10-19 Pavel Vinogradov <public AT sourcemage.org>
* PREPARE: added again for proper branching

diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_BUILD
index 571bb5e..6e789bf 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -14,5 +14,12 @@ sed -e '/lib_LTLIBRARIES += es1api/s:lib_LTLIBRARIES
+=:gles_LTLIBRARIES =:' \
-i mapi/Makefile.am &&
sed -i '/includedir/s;GL;&/.mesa;' Makefile.am mesa/Makefile.am &&

+# Fixes for flex 2.6.2
+sed -r '/init_extra|scan_string|lex_destroy/s;yy;_mesa_glsl_lexer_;' \
+ -i compiler/glsl/glsl_lexer.ll &&
+sed '/scan_string/s;yy;glcpp_;' -i compiler/glsl/glcpp/glcpp-lex.l &&
+sed -r '/init_extra|scan_bytes|lex_destroy/s;yy;_mesa_program_lexer_;' \
+ -i mesa/program/program_lexer.l &&
+
cd ${SOURCE_DIRECTORY} &&
autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ee8b122f4d08db7adf2d00bd797738ef845e7733), Pavel Vinogradov, 10/26/2016

Archive powered by MHonArc 2.6.24.

Top of Page