aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/ccache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/mesa/ccache.patch')
-rw-r--r--main/mesa/ccache.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/mesa/ccache.patch b/main/mesa/ccache.patch
deleted file mode 100644
index c75d659fa2..0000000000
--- a/main/mesa/ccache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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 \