Skip to Content.
Sympa Menu

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

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 (ab4321a708d520a89600a6383958085806e9d48b)
  • Date: Thu, 6 Oct 2016 23:11:16 +0000

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

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

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

graphics-libs/mesalib: more sed fixes

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 59f3a35..b1862aa 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,5 +1,6 @@
2016-10-06 Pavel Vinogradov <public AT sourcemage.org>
- * PRE_BUILD: fixed sed script for headers according to scm branch
+ * PRE_BUILD: fixed sed script for headers according to scm branch,
+ generalized search pattern

2016-09-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 12.0.3
diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_BUILD
index aafa4bb..571bb5e 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -12,7 +12,7 @@ sed -e '/lib_LTLIBRARIES += es1api/s:lib_LTLIBRARIES
+=:gles_LTLIBRARIES =:' \
-e '/lib_LTLIBRARIES += es2api/s:lib_LTLIBRARIES +=:gles2_LTLIBRARIES
=:' \
-e '/gles2_LTLIBRARIES = es2api/igles2dir = ${libdir}/.mesa' \
-i mapi/Makefile.am &&
-sed -i '/gl.*dir/s;GL;&/.mesa;' Makefile.am mesa/Makefile.am &&
+sed -i '/includedir/s;GL;&/.mesa;' Makefile.am mesa/Makefile.am &&

cd ${SOURCE_DIRECTORY} &&
autoreconf -f -i --symlink



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

Archive powered by MHonArc 2.6.24.

Top of Page