summaryrefslogtreecommitdiff
path: root/package/MesaLib/patches/patch-src_mesa_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-02 11:45:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-02 11:45:18 +0200
commite85fa91ec6655da593c0b8b31832045da5ad9ad4 (patch)
tree2e3ea23d1697b2b9e11ed00023783f9722dcf276 /package/MesaLib/patches/patch-src_mesa_Makefile
parent5782397d77cd243c1174c98051158febe3a21641 (diff)
update Xorg to 7.7
Diffstat (limited to 'package/MesaLib/patches/patch-src_mesa_Makefile')
-rw-r--r--package/MesaLib/patches/patch-src_mesa_Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/MesaLib/patches/patch-src_mesa_Makefile b/package/MesaLib/patches/patch-src_mesa_Makefile
deleted file mode 100644
index 35869314b..000000000
--- a/package/MesaLib/patches/patch-src_mesa_Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Mesa-7.8.2.orig/src/mesa/Makefile 2010-06-15 19:43:42.000000000 +0200
-+++ Mesa-7.8.2/src/mesa/Makefile 2010-12-04 22:11:40.000000000 +0100
-@@ -30,15 +30,15 @@ default: depend asm_subdirs glsl_builtin
-
- # Make archive of core mesa object files
- libmesa.a: $(MESA_OBJECTS) $(GLSL_LIBS)
-- @ $(MKLIB) -o mesa -static $(MESA_OBJECTS) $(GLSL_LIBS)
-+ $(MKLIB) -o mesa -static $(MESA_OBJECTS) $(GLSL_LIBS)
-
- # Make archive of subset of core mesa object files for gallium
- libmesagallium.a: $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS)
-- @ $(MKLIB) -o mesagallium -static $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS)
-+ $(MKLIB) -o mesagallium -static $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS)
-
- # Make archive of gl* API dispatcher functions only
- libglapi.a: $(GLAPI_OBJECTS)
-- @ $(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
-+ $(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
-
- ######################################################################
- # Device drivers