diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-08 23:58:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-08 23:58:02 +0000 |
commit | 600bcddaef1ec0e3be5d1b07eda8e85944c1e711 (patch) | |
tree | a3b0877184b9055b5cd7ec7ce3605bfab568ad68 /package/xorg/fontfile.patch | |
parent | 830228b9d990c63d870bef9e05f474f3083cb87d (diff) | |
download | buildroot-novena-600bcddaef1ec0e3be5d1b07eda8e85944c1e711.tar.gz buildroot-novena-600bcddaef1ec0e3be5d1b07eda8e85944c1e711.zip |
fixup xorg compile -- it now at least compiles and runs for me on x86
Diffstat (limited to 'package/xorg/fontfile.patch')
-rw-r--r-- | package/xorg/fontfile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xorg/fontfile.patch b/package/xorg/fontfile.patch new file mode 100644 index 000000000..ed39bf45d --- /dev/null +++ b/package/xorg/fontfile.patch @@ -0,0 +1,11 @@ +--- xc/lib/font/fontfile/Imakefile.old 2005-06-03 20:09:53.000000000 +0100 ++++ xc/lib/font/fontfile/Imakefile 2005-06-03 20:09:57.000000000 +0100 +@@ -14,7 +14,7 @@ + #endif + + INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include \ +- -I$(INCLUDESRC) ++ -I$(INCLUDESRC) $(CC_STAGING) + HEADERS = + #ifdef FontFormatDefines + FORMAT_DEFS = FontFormatDefines |