aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/chasen/files
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1999-12-23 08:01:28 +0800
committerkuriyama <kuriyama@FreeBSD.org>1999-12-23 08:01:28 +0800
commitb1c796830c52be047ac86dcca1667db218755b61 (patch)
tree7615ad3f7c4ca01bf5b2fe8fd80d5362280b6e6f /japanese/chasen/files
parentedc7da2c726ec605800da4de4c001240a5e30d3d (diff)
downloadfreebsd-ports-gnome-b1c796830c52be047ac86dcca1667db218755b61.tar.gz
freebsd-ports-gnome-b1c796830c52be047ac86dcca1667db218755b61.tar.zst
freebsd-ports-gnome-b1c796830c52be047ac86dcca1667db218755b61.zip
Update to v2.0.
Diffstat (limited to 'japanese/chasen/files')
-rw-r--r--japanese/chasen/files/patch-ab29
1 files changed, 12 insertions, 17 deletions
diff --git a/japanese/chasen/files/patch-ab b/japanese/chasen/files/patch-ab
index 90acf40192d3..4795d5fbbf6e 100644
--- a/japanese/chasen/files/patch-ab
+++ b/japanese/chasen/files/patch-ab
@@ -1,18 +1,13 @@
---- lib/pat.h~ Tue May 27 06:12:58 1997
-+++ lib/pat.h Thu Oct 22 00:58:38 1998
-@@ -14,6 +14,7 @@
- #define OL(x) /* */
- #endif
+--- dic/Makefile.orig Sat Dec 4 02:41:42 1999
++++ dic/Makefile Fri Dec 17 20:45:04 1999
+@@ -46,8 +46,8 @@
+ else exit 0; fi
-+#include <sys/types.h>
- #ifndef NO_MMAP
- #ifdef _WIN32
- #define ONMEM_DIC
-@@ -21,7 +22,6 @@
- #include <sys/mman.h>
- #endif
- #endif /* !NO_MMAP */
--#include <sys/types.h>
- #include <sys/stat.h>
-
- #ifdef ONMEM_DIC
+ table.cha matrix.cha: $(CONNECT_VCHA)
+- @if [ -f $< ]; then set -x; \
+- $(CP) $< $(CONNTMP2_VCHA); \
++ @if [ -f ${.ALLSRC} ]; then set -x; \
++ $(CP) ${.ALLSRC} $(CONNTMP2_VCHA); \
+ $(CC) -E $(CONNTMP2_VCHA) > $(CONNTMP_VCHA); \
+ $(RM) $(CONNTMP2_VCHA); \
+ $(MKDICDIR)/makemat; \