diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-20 13:58:38 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-20 13:58:38 +0000 |
commit | 9d13bf1b4117bcc81a25f741477a451f05965d54 (patch) | |
tree | 638ff7278607d995b55505037ad143b4cd77a143 /chinese/dictd-database/files | |
parent | 96fa6ef313a473b4301405c67251e93c3e5bc2c1 (diff) |
Notes
Diffstat (limited to 'chinese/dictd-database/files')
-rw-r--r-- | chinese/dictd-database/files/patch-aa | 10 | ||||
-rw-r--r-- | chinese/dictd-database/files/patch-ab | 10 | ||||
-rw-r--r-- | chinese/dictd-database/files/patch-ac | 13 |
3 files changed, 33 insertions, 0 deletions
diff --git a/chinese/dictd-database/files/patch-aa b/chinese/dictd-database/files/patch-aa new file mode 100644 index 000000000000..c2de74ef7c25 --- /dev/null +++ b/chinese/dictd-database/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.in.orig Sun Apr 2 00:43:40 2000 ++++ Makefile.in Sun Oct 14 10:52:13 2001 +@@ -75,7 +75,7 @@ + (cd $$subdir && $(MAKE)) || exit 1; \ + done + +-all:: $(EXES) ++all:: $(EXES) db + + db :: rawdata $(DATABASES) diff --git a/chinese/dictd-database/files/patch-ab b/chinese/dictd-database/files/patch-ab new file mode 100644 index 000000000000..6ffb9cc3811a --- /dev/null +++ b/chinese/dictd-database/files/patch-ab @@ -0,0 +1,10 @@ +--- dictfmt.c.orig Sun Apr 2 00:43:40 2000 ++++ dictfmt.c Sun Oct 14 09:58:49 2001 +@@ -30,6 +30,7 @@ + #include <string.h> + #include <time.h> + #include <ctype.h> ++#include <unistd.h> + + #if HAVE_GETOPT_H + #include <getopt.h> diff --git a/chinese/dictd-database/files/patch-ac b/chinese/dictd-database/files/patch-ac new file mode 100644 index 000000000000..3821712ffe14 --- /dev/null +++ b/chinese/dictd-database/files/patch-ac @@ -0,0 +1,13 @@ +--- configure.orig Sun Oct 14 10:16:23 2001 ++++ configure Sun Oct 14 10:16:55 2001 +@@ -542,8 +542,8 @@ + + + +-prefix=/usr +-datadir=/usr/lib ++prefix=/usr/local ++datadir=/usr/local/lib + + echo Configuring for dict-misc + echo . |