diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:44:25 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:44:25 +0100 |
commit | 6b53fbcc205346be60ea0a8e01c7cb0bbeeba55a (patch) | |
tree | 355fe49ea083f6db8605e9ce424485e8b40ab138 /meta-emenlow/packages/xpsb-glx/xpsb-glx-0.18 | |
parent | 364aaa6dfa706a6fe4afc85b5688a02daab75b26 (diff) | |
download | poky-6b53fbcc205346be60ea0a8e01c7cb0bbeeba55a.tar.gz |
xpsb-glx: Fix compile issues on 64 bit machines without 32 bit headers/binaries
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-emenlow/packages/xpsb-glx/xpsb-glx-0.18')
-rw-r--r-- | meta-emenlow/packages/xpsb-glx/xpsb-glx-0.18/native-matypes.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-emenlow/packages/xpsb-glx/xpsb-glx-0.18/native-matypes.patch b/meta-emenlow/packages/xpsb-glx/xpsb-glx-0.18/native-matypes.patch new file mode 100644 index 0000000000..26b1f52a3e --- /dev/null +++ b/meta-emenlow/packages/xpsb-glx/xpsb-glx-0.18/native-matypes.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | Index: mesa/src/mesa/x86/Makefile | ||
2 | =================================================================== | ||
3 | --- mesa.orig/src/mesa/x86/Makefile 2010-10-11 16:34:12.664960996 +0100 | ||
4 | +++ mesa/src/mesa/x86/Makefile 2010-10-11 16:34:43.854960861 +0100 | ||
5 | @@ -20,11 +20,12 @@ | ||
6 | -rm -f matypes.h gen_matypes | ||
7 | |||
8 | |||
9 | -gen_matypes: gen_matypes.c | ||
10 | - $(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes | ||
11 | +#gen_matypes: gen_matypes.c | ||
12 | +# $(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes | ||
13 | |||
14 | # need some special rules here, unfortunately | ||
15 | -matypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes | ||
16 | +matypes.h: ../main/mtypes.h ../tnl/t_context.h | ||
17 | +# gen_matypes | ||
18 | ./gen_matypes > matypes.h | ||
19 | |||
20 | common_x86_asm.o: matypes.h | ||