diff options
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 |