Module Name:    src
Committed By:   riastradh
Date:           Fri Feb 26 18:29:55 UTC 2016

Modified Files:
        src/external/mit/xorg/lib/gallium: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mit/xorg/lib/gallium/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.12 src/external/mit/xorg/lib/gallium/Makefile:1.13
--- src/external/mit/xorg/lib/gallium/Makefile:1.12	Tue Nov  3 10:43:31 2015
+++ src/external/mit/xorg/lib/gallium/Makefile	Fri Feb 26 18:29:55 2016
@@ -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+=	r600
 DRIVERS+=	nouveau
 .endif
 
+CXXFLAGS+=	-std=c++11
 CPPFLAGS+= \
 	-I${DESTDIR}${X11INCDIR}/libdrm
 

Reply via email to