Revision: 5427 Author: pebender Date: Sun Sep 6 04:40:37 2009 Log: - Patched build issue with just committed xorg-7.5.1/Mesa update.
http://code.google.com/p/minimyth/source/detail?r=5427 Added: /trunk/gar-minimyth/script/xorg-7.4/Mesa/files/Mesa-7.5.1-incdir.patch Modified: /trunk/gar-minimyth/script/xorg-7.4/Mesa/Makefile /trunk/gar-minimyth/script/xorg-7.4/Mesa/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/xorg-7.4/Mesa/files/Mesa-7.5.1-incdir.patch Sun Sep 6 04:40:37 2009 @@ -0,0 +1,12 @@ +diff -Naur Mesa-7.5.1-old/progs/glsl/Makefile Mesa-7.5.1-new/progs/glsl/Makefile +--- Mesa-7.5.1-old/progs/glsl/Makefile 2009-08-31 16:13:07.000000000 -0700 ++++ Mesa-7.5.1-new/progs/glsl/Makefile 2009-09-06 04:34:05.000000000 -0700 +@@ -190,7 +190,7 @@ + + + samplers_array.o: samplers.c $(UTIL_HEADERS) +- $(APP_CC) $(CFLAGS) -DSAMPLERS_ARRAY $< -c -o $@ ++ $(APP_CC) -c -I$(INCDIR) $(CFLAGS) -DSAMPLERS_ARRAY $< -o $@ + + samplers_array: samplers_array.o $(UTIL_OBJS) + ======================================= --- /trunk/gar-minimyth/script/xorg-7.4/Mesa/Makefile Sat Sep 5 21:37:14 2009 +++ /trunk/gar-minimyth/script/xorg-7.4/Mesa/Makefile Sun Sep 6 04:40:37 2009 @@ -7,7 +7,7 @@ DISTFILES = MesaLib-$(GARVERSION).tar.bz2 MesaGLUT-$(GARVERSION).tar.bz2 MesaDemos-$(GARVERSION).tar.bz2 #MASTER_SITES = http://cgit.freedesktop.org/mesa/mesa/snapshot/ #DISTFILES = mesa_7_5.tar.bz2 -PATCHFILES = $(DISTNAME)-pkg_config.patch $(DISTNAME).patch.gar +PATCHFILES = $(DISTNAME)-incdir.patch $(DISTNAME)-pkg_config.patch $(DISTNAME).patch.gar PATCHFILES += $(DISTNAME)-version.patch LICENSE = LGPL2/MIT ======================================= --- /trunk/gar-minimyth/script/xorg-7.4/Mesa/checksums Sat Sep 5 21:37:14 2009 +++ /trunk/gar-minimyth/script/xorg-7.4/Mesa/checksums Sun Sep 6 04:40:37 2009 @@ -1,6 +1,7 @@ 877d6a4b24efc2b1d02aa553f262cba8 download/MesaLib-7.5.1.tar.bz2 e3a9892e056d625c5353617a7c5b7e9c download/MesaGLUT-7.5.1.tar.bz2 785402e3b9f0e335538fcc6bf19f6987 download/MesaDemos-7.5.1.tar.bz2 +1c90fa9717cc08565929832c57424e14 download/Mesa-7.5.1-incdir.patch 7ccd73c7018cbf777a6dcfe087e4c59b download/Mesa-7.5.1-pkg_config.patch 7cce968b3df98e5ae87fd182f7094123 download/Mesa-7.5.1.patch.gar 61529165ea3747f8d31d8fdf675fe6f3 download/Mesa-7.5.1-version.patch --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
