From: Arkadiusz Miśkiewicz Date: Wed, 19 Jun 2013 10:45:41 +0000 (+0200) Subject: - rel 3; fix opencl linking X-Git-Tag: auto/th/Mesa-9.1.3-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2FMesa.git;a=commitdiff_plain;h=aadc36a930904c85d43158781ff743004d55fb62 - rel 3; fix opencl linking --- diff --git a/Mesa-llvm.patch b/Mesa-llvm.patch index ea4095f..6a2add3 100644 --- a/Mesa-llvm.patch +++ b/Mesa-llvm.patch @@ -401,3 +401,16 @@ index 86617d4..1c886ea 100644 #endif /* HAVE_LLVM < 0x0303 */ #include #include +--- Mesa-9.1.3/src/gallium/targets/opencl/Makefile.am~ 2013-03-05 23:54:28.000000000 +0100 ++++ Mesa-9.1.3/src/gallium/targets/opencl/Makefile.am 2013-06-19 12:38:56.722221012 +0200 +@@ -21,9 +21,9 @@ + -lclangSema \ + -lclangAnalysis \ + -lclangAST \ ++ -lclangEdit \ + -lclangLex \ + -lclangBasic \ +- -lclangEdit \ + $(LLVM_LIBS) + + diff --git a/Mesa.spec b/Mesa.spec index fe49d54..b2b0791 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -33,7 +33,7 @@ Summary: Free OpenGL implementation Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL Name: Mesa Version: 9.1.3 -Release: 2 +Release: 3 License: MIT (core) and others - see license.html file Group: X11/Libraries Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2