1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/japanese/dvipsk-vflib/files/patch-ac

12 lines
289 B
Plaintext
Raw Normal View History

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