summaryrefslogtreecommitdiffstats
path: root/abs/core/mesa/python2.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-07-21 17:17:13 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-07-21 17:17:13 (GMT)
commit890932fc30c96d8130b959b5d10d9b9046f6a00a (patch)
treed926195b91c21c357b04882a31ea7a4c190f03e4 /abs/core/mesa/python2.patch
parent6199ba3a18c3b76e4962206722bdd4fe7d3096e0 (diff)
downloadlinhes_pkgbuild-890932fc30c96d8130b959b5d10d9b9046f6a00a.zip
linhes_pkgbuild-890932fc30c96d8130b959b5d10d9b9046f6a00a.tar.gz
linhes_pkgbuild-890932fc30c96d8130b959b5d10d9b9046f6a00a.tar.bz2
mesa: Bumped to latest. refs #772
Diffstat (limited to 'abs/core/mesa/python2.patch')
-rw-r--r--abs/core/mesa/python2.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core/mesa/python2.patch b/abs/core/mesa/python2.patch
deleted file mode 100644
index 0fe22ed..0000000
--- a/abs/core/mesa/python2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/gallium/auxiliary/Makefile.orig 2010-11-15 21:12:40.000000000 +0000
-+++ src/gallium/auxiliary/Makefile 2010-11-15 21:13:09.000000000 +0000
-@@ -183,17 +183,17 @@
-
-
- indices/u_indices_gen.c: indices/u_indices_gen.py
-- python $< > $@
-+ python2 $< > $@
-
- indices/u_unfilled_gen.c: indices/u_unfilled_gen.py
-- python $< > $@
-+ python2 $< > $@
-
- util/u_format_table.c: util/u_format_table.py util/u_format_parse.py util/u_format.csv
-- python util/u_format_table.py util/u_format.csv > $@
-+ python2 util/u_format_table.py util/u_format.csv > $@
-
- util/u_format_pack.h: util/u_format_pack.py util/u_format_parse.py util/u_format.csv
-- python util/u_format_pack.py util/u_format.csv > $@
-+ python2 util/u_format_pack.py util/u_format.csv > $@
-
- util/u_format_access.c: util/u_format_access.py util/u_format_parse.py util/u_format.csv
-- python util/u_format_access.py util/u_format.csv > $@
-+ python2 util/u_format_access.py util/u_format.csv > $@
-