diff options
Diffstat (limited to 'chinese/bg5ps/files/patch-ad')
-rw-r--r-- | chinese/bg5ps/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/bg5ps/files/patch-ad b/chinese/bg5ps/files/patch-ad new file mode 100644 index 000000000000..b3f7514eae1f --- /dev/null +++ b/chinese/bg5ps/files/patch-ad @@ -0,0 +1,11 @@ +--- ttf2psm.c.orig Thu Nov 2 22:47:32 2000 ++++ ttf2psm.c Thu Nov 2 22:47:35 2000 +@@ -19,7 +19,7 @@ + */ + + #include<stdio.h> +-#include<freetype/freetype.h> ++#include<freetype.h> + #include<string.h> + #include<ctype.h> + |