Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/gallium Use -std=c++11 unordered_set, ...



details:   https://anonhg.NetBSD.org/src/rev/122848ec4049
branches:  trunk
changeset: 343787:122848ec4049
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Feb 26 18:29:55 2016 +0000

description:
Use -std=c++11 unordered_set, not TR1 unordered_set.

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a591f63d08ab -r 122848ec4049 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Fri Feb 26 18:20:44 2016 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Fri Feb 26 18:29:55 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/11/03 10:43:31 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.13 2016/02/26 18:29:55 riastradh Exp $
 
 # Link the gallium mega driver.
 
@@ -21,6 +21,7 @@
 DRIVERS+=      nouveau
 .endif
 
+CXXFLAGS+=     -std=c++11
 CPPFLAGS+= \
        -I${DESTDIR}${X11INCDIR}/libdrm
 



Home | Main Index | Thread Index | Old Index