aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/mesa-7.4-parallel.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2010-09-27 15:28:03 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2010-09-28 12:16:31 +0000
commit623eff34fb443444fbdc4db46eda52d3f8e02963 (patch)
tree3f29519ed6af7ad73ae5f547cc205ab2a5591e3e /main/mesa/mesa-7.4-parallel.patch
parentf937d6b596f6f1f5c8ab9e95d14420b7c9aad5b3 (diff)
downloadaports-623eff34fb443444fbdc4db46eda52d3f8e02963.tar.bz2
aports-623eff34fb443444fbdc4db46eda52d3f8e02963.tar.xz
main/mesa: upgrade to 7.8.2
Diffstat (limited to 'main/mesa/mesa-7.4-parallel.patch')
-rw-r--r--main/mesa/mesa-7.4-parallel.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/mesa/mesa-7.4-parallel.patch b/main/mesa/mesa-7.4-parallel.patch
deleted file mode 100644
index b4e37049d7..0000000000
--- a/main/mesa/mesa-7.4-parallel.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru Mesa-7.4.orig/src/mesa/drivers/dri/Makefile Mesa-7.4/src/mesa/drivers/dri/Makefile
---- Mesa-7.4.orig/src/mesa/drivers/dri/Makefile 2009-04-11 18:08:41.000000000 +0000
-+++ Mesa-7.4/src/mesa/drivers/dri/Makefile 2009-04-11 18:10:09.000000000 +0000
-@@ -18,7 +18,7 @@
- $(TOP)/$(LIB_DIR)/libdricore.so: $(TOP)/$(LIB_DIR) libdricore.so
- $(INSTALL) libdricore.so $(TOP)/$(LIB_DIR)
-
--subdirs:
-+subdirs: $(TOP)/$(LIB_DIR)/libdricore.so
- @for dir in $(DRI_DIRS) ; do \
- if [ -d $$dir ] ; then \
- (cd $$dir && $(MAKE)) || exit 1 ; \