diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 20:31:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 20:31:23 +0000 |
commit | c826f605365bae8b4d4baaea967c9631061e7f80 (patch) | |
tree | ade1abc3e72e16277459eea63c08d27b950c5268 /x11/mesa/mesa-7.4-parallel.patch | |
parent | 95751ed3e73a7231a9e07f11197b87a9b556647c (diff) | |
download | aports-c826f605365bae8b4d4baaea967c9631061e7f80.tar.bz2 aports-c826f605365bae8b4d4baaea967c9631061e7f80.tar.xz |
x11/mesa: new aport
Mesa DRI OpenGL library and drivers
http://www.mesa3d.org
Diffstat (limited to 'x11/mesa/mesa-7.4-parallel.patch')
-rw-r--r-- | x11/mesa/mesa-7.4-parallel.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/mesa/mesa-7.4-parallel.patch b/x11/mesa/mesa-7.4-parallel.patch new file mode 100644 index 0000000000..b4e37049d7 --- /dev/null +++ b/x11/mesa/mesa-7.4-parallel.patch @@ -0,0 +1,12 @@ +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 ; \ |