freebsd-ports/japanese/dvipsk-vflib/files/patch-ac
Steve Price 28028d7384 Initial import of dvipsk with vflib version 5.78a.
The japanese version of dvipsk with vflib.

PR:		7199
Submitted by:	Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp>
1998-07-20 02:58:33 +00:00

12 lines
289 B
Plaintext

--- dvipsk/dvips.h.orig2 Sat Jul 4 15:27:05 1998
+++ dvipsk/dvips.h Sat Jul 4 15:34:20 1998
@@ -43,7 +43,7 @@
#include "[.vms]vms.h"
#endif /* VMS */
#ifdef VFLIB
-#include "VF.h"
+#include <VF.h>
#define CCTOJIS(x) (((x)/94+0x21)*256 + ((x)%94) + 0x21)
#endif
#include <stdlib.h>