diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-07 18:08:59 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-07 18:08:59 +0000 |
commit | 8c2f0d9861e56c52eebd4f0376276f4597017cd1 (patch) | |
tree | 527e2afc146e9b5253a14c80047225ec56ff425e /misc/magicpoint/files/patch-image-rlelib.c | |
parent | This time, *really* update to *latest* version of PostgreSQL, 8.3.5. (diff) |
Remove japanese/magicpoint and merge Japanese character support
into misc/magicpoint. The Japanese support is now based on
FreeType library, not VFlib, as the non-Japanese vector font support is.
Approved by: dinoex (maintainer)
Notes
Notes:
svn path=/head/; revision=222512
Diffstat (limited to '')
-rw-r--r-- | misc/magicpoint/files/patch-image-rlelib.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/magicpoint/files/patch-image-rlelib.c b/misc/magicpoint/files/patch-image-rlelib.c new file mode 100644 index 000000000000..9fdb508e98fa --- /dev/null +++ b/misc/magicpoint/files/patch-image-rlelib.c @@ -0,0 +1,11 @@ +--- image/rlelib.c.bak 2007-05-18 01:47:33.000000000 +0900 ++++ image/rlelib.c 2008-11-06 23:38:04.000000000 +0900 +@@ -13,7 +13,7 @@ + #include <stdio.h> + #include <math.h> + #if 0 +-#include <varargs.h> ++#include <stdarg.h> + #endif + #include <ctype.h> + |