# HG changeset patch # User Niveditha Rau # Date 1489771033 25200 # Node ID f7c647f021797eebc52262094155c7d2177efbe7 # Parent 5cbf05bb3b0310867fea97298d75ff49ee417e73 25660260 Mesa builds will fail with next update to llvm diff -r 5cbf05bb3b03 -r f7c647f02179 open-src/lib/mesa/Makefile --- a/open-src/lib/mesa/Makefile Tue Mar 14 07:32:06 2017 -0700 +++ b/open-src/lib/mesa/Makefile Fri Mar 17 10:17:13 2017 -0700 @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -83,7 +83,7 @@ DRI_DRIVER_LIST_i386=i915 i965 radeon r200 DRI_DRIVER_LIST= $(DRI_DRIVER_LIST_$(MACH)) swrast -MODULE_CXXFLAGS += -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0 +MODULE_CXXFLAGS += -std=c++11 # Command line options to GNU autoconf configure script