aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/ccache.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-17 10:56:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-17 10:57:37 +0000
commit227591463010f6f2423d3789245a4d774c6df033 (patch)
tree1b2de113a60d0936b61031a3819f140d1e6a7420 /main/mesa/ccache.patch
parent5b2397a4b51c03ddc034d0c8cc04d30ab7d56f57 (diff)
downloadaports-227591463010f6f2423d3789245a4d774c6df033.tar.bz2
aports-227591463010f6f2423d3789245a4d774c6df033.tar.xz
main/mesa: upgrade to 8.0.4
Disable nouveau dri for now https://bugs.freedesktop.org/show_bug.cgi?id=50280
Diffstat (limited to 'main/mesa/ccache.patch')
-rw-r--r--main/mesa/ccache.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/mesa/ccache.patch b/main/mesa/ccache.patch
new file mode 100644
index 0000000000..c75d659fa2
--- /dev/null
+++ b/main/mesa/ccache.patch
@@ -0,0 +1,11 @@
+--- ./src/gallium/targets/xa-vmwgfx/Makefile.orig
++++ ./src/gallium/targets/xa-vmwgfx/Makefile
+@@ -59,7 +59,7 @@
+ # Make the library
+ $(TOP)/$(LIB_DIR)/gallium/$(XA_LIB_NAME): depend $(OBJECTS) $(XA_LIB_DEPS) \
+ xa_symbols
+- $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
++ $(MKLIB) -o $(XA_LIB) -linker '$(LD)' -ldflags '$(LDFLAGS)' \
+ -major $(XA_MAJOR) -minor $(XA_MINOR) -patch $(XA_TINY) \
+ $(MKLIB_OPTIONS) \
+ -exports xa_symbols \