summaryrefslogtreecommitdiff
path: root/package/MesaLib/patches/patch-src_glsl_apps_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-21 20:44:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-21 20:44:59 +0200
commitb803209ad0f1f198072695109b30a726e0411084 (patch)
tree3d5db865a71f72457d05fbe37cb25e96d67484f8 /package/MesaLib/patches/patch-src_glsl_apps_Makefile
parentfaf5bef3ce64c6b15ac9cd4490c74f621cea4b73 (diff)
fat commit to add support for firefox on ibm x40 via usb stick
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg
Diffstat (limited to 'package/MesaLib/patches/patch-src_glsl_apps_Makefile')
-rw-r--r--package/MesaLib/patches/patch-src_glsl_apps_Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/MesaLib/patches/patch-src_glsl_apps_Makefile b/package/MesaLib/patches/patch-src_glsl_apps_Makefile
new file mode 100644
index 000000000..175965dc5
--- /dev/null
+++ b/package/MesaLib/patches/patch-src_glsl_apps_Makefile
@@ -0,0 +1,15 @@
+--- Mesa-7.8.1.orig/src/glsl/apps/Makefile 2010-04-05 01:46:26.000000000 +0200
++++ Mesa-7.8.1/src/glsl/apps/Makefile 2010-04-19 21:20:55.000000000 +0200
+@@ -26,10 +26,10 @@ INCLUDES = -I.
+ .SUFFIXES: .c
+
+ .c:
+- $(APP_CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
++ $(APP_CC) $(HOSTCFLAGS) $< $(LIBS) -o $@
+
+ .c.o:
+- $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
++ $(APP_CC) -c $(HOSTCFLAGS) $(DEFINES) $< -o $@
+
+
+ ##### TARGETS #####