diff options
| author | Eric Andersen | 2006-07-09 01:58:02 +0200 |
|---|---|---|
| committer | Eric Andersen | 2006-07-09 01:58:02 +0200 |
| commit | 600bcddaef1ec0e3be5d1b07eda8e85944c1e711 (patch) | |
| tree | a3b0877184b9055b5cd7ec7ce3605bfab568ad68 /package/xorg/fontfile.patch | |
| parent | fix broken libpng compile -- malloc was being handled incorrectly (diff) | |
| download | buildroot-600bcddaef1ec0e3be5d1b07eda8e85944c1e711.tar.gz buildroot-600bcddaef1ec0e3be5d1b07eda8e85944c1e711.tar.xz buildroot-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 |
