summaryrefslogtreecommitdiff
path: root/package/mesalib/patches/patch-configure_ac
diff options
context:
space:
mode:
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