mesa/mesa-7.10-llvmcore.patch

13 lines
589 B
Diff
Raw Normal View History

2011-11-14 16:21:07 +00:00
diff -up mesa-20111114/configure.ac.dma mesa-20111114/configure.ac
--- mesa-20111114/configure.ac.dma 2011-11-14 15:57:16.783162469 +0000
+++ mesa-20111114/configure.ac 2011-11-14 15:58:07.877159762 +0000
@@ -1742,7 +1742,7 @@ if test "x$enable_gallium_llvm" = xyes;
2011-01-19 03:36:41 +00:00
if test "x$LLVM_CONFIG" != xno; then
LLVM_VERSION=`$LLVM_CONFIG --version`
2011-11-14 16:21:07 +00:00
LLVM_CFLAGS=`$LLVM_CONFIG --cppflags|sed 's/-DNDEBUG\>//g'`
- LLVM_LIBS="`$LLVM_CONFIG --libs`"
2011-11-14 17:01:40 +00:00
+ LLVM_LIBS="-lLLVM-`llvm-config --version` -lstdc++"
2011-01-19 03:36:41 +00:00
LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags`
2011-11-14 16:21:07 +00:00
DEFINES="$DEFINES -D__STDC_CONSTANT_MACROS"