summaryrefslogtreecommitdiff
path: root/package/mesalib/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-17 14:32:40 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-29 00:46:57 -0500
commit1ab644b503b7df0df1cd943fb794a3579198adcd (patch)
treead01b04eefa12726b24d5cd726e5ade9b08bc325 /package/mesalib/patches/patch-configure_ac
parentdffa065aaf3c223203767ed5c6c5153f522fc7a6 (diff)
update mesa to latest stable upstream
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'package/mesalib/patches/patch-configure_ac')
-rw-r--r--package/mesalib/patches/patch-configure_ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mesalib/patches/patch-configure_ac b/package/mesalib/patches/patch-configure_ac
deleted file mode 100644
index 32b3d8053..000000000
--- a/package/mesalib/patches/patch-configure_ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mesa-10.1.0.orig/configure.ac 2014-02-27 02:56:39.000000000 +0100
-+++ Mesa-10.1.0/configure.ac 2014-03-14 21:36:14.000000000 +0100
-@@ -65,7 +65,7 @@ AC_PATH_PROG([PERL], [perl])
-
- AC_CHECK_PROG(INDENT, indent, indent, cat)
- if test "x$INDENT" != "xcat"; then
-- AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
-+ AC_SUBST(INDENT_FLAGS, '-i4 -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
- fi
-
- AC_PROG_INSTALL