Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ceb429168a8d9021818d37e719f45c10fd729724)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ceb429168a8d9021818d37e719f45c10fd729724)
  • Date: Thu, 1 Jan 2015 13:51:43 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

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

New commits:
commit ceb429168a8d9021818d37e719f45c10fd729724
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mesalib: Depends on g++ (CXX in gcc) from IRC

lity=hidden -fno-strict-aliasing -fPIC -DUSE_X86_64_ASM -D_GNU_SOURCE
-DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_XSHM -DFEATURE_GL=1
-D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_XSHM
-DFEATURE_GL=1 glcpp/pp.c -o glcpp/pp.o
g++ -c -I. -I../mesa -I../mapi -I../../include -march=x86-64 -fPIC -DPIC
-pipe CXXFLAGS= -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN
-DUSE_XCB -DUSE_XSHM -DFEATURE_GL=1 -D_GNU_SOURCE -DPTHREADS
-DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_XSHM -DFEATURE_GL=1 ast_expr.cpp -o
ast_expr.o
g++: error: CXXFLAGS=: No such file or directory
make[2]: *** [ast_expr.o] Error 1
make[2]: *** Waiting for unfinished jobs....
glcpp/glcpp-parse.y:828:1:warning: no previous prototype for
'_token_list_is_empty_ignoring_space'
[-Wmissing-prototypes] make[2]: Leaving directory
`/usr/src/Mesa-7.9.2/src/glsl'

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 20b12f9..5c0a37a 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -1,5 +1,6 @@
. "$GRIMOIRE/FUNCTIONS" &&

+depends -sub 'CXX' gcc &&
depends dri2proto &&
depends libdrm &&
depends util-macros &&
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 9aa7580..886efab 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2015-01-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on g++ (CXX in gcc) from IRC
+
2014-09-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: libxt
* DETAILS: development: 7.11.2



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ceb429168a8d9021818d37e719f45c10fd729724), Eric Sandall, 01/01/2015

Archive powered by MHonArc 2.6.24.

Top of Page