diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-05 13:16:26 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-05 13:16:26 +0000 |
commit | da30dbe3f8ba65b16dc76e2258992b975abada4e (patch) | |
tree | e95460c1bbb7bd244a8abb0caa3b79137f2caac3 /print/ghostscript8/files/patch-src-unixinst.mak | |
parent | Update to 1.18 (diff) |
- Update to 8.62.
- Use OPTION for driver selection.
- Revert bogus Japanese font support patch. This version already
supports Japanese TTF/OTF.
- Add more Asian fonts in cidfmap.
- Clean up Makfile.
Notes
Notes:
svn path=/head/; revision=212650
Diffstat (limited to 'print/ghostscript8/files/patch-src-unixinst.mak')
-rw-r--r-- | print/ghostscript8/files/patch-src-unixinst.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-src-unixinst.mak b/print/ghostscript8/files/patch-src-unixinst.mak new file mode 100644 index 000000000000..df2160a93a62 --- /dev/null +++ b/print/ghostscript8/files/patch-src-unixinst.mak @@ -0,0 +1,11 @@ +--- src/unixinst.mak.orig 2007-08-15 05:48:29.000000000 +0900 ++++ src/unixinst.mak 2008-05-05 16:48:06.000000000 +0900 +@@ -128,7 +128,7 @@ + done' + + # install the man pages for each locale +-MAN_LCDIRS=. de ++MAN_LCDIRS=. + MAN1_LINKS_PS2PS=eps2eps + MAN1_LINKS_PS2PDF=ps2pdf12 ps2pdf13 + MAN1_LINKS_GSLP=gsbj gsdj gsdj500 gslj |