aboutsummaryrefslogtreecommitdiff
path: root/japanese/eb3/files
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-03-02 20:35:38 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-03-02 20:35:38 +0000
commit10a9be4461187a74fcb53fd93bf19677af0898c8 (patch)
treeeb6b3f4d7b8a78fa8630ab732bda22d93b8262e5 /japanese/eb3/files
parent679bb7d807db5083e9091e4965d4072332a18e82 (diff)
downloadports-10a9be4461187a74fcb53fd93bf19677af0898c8.tar.gz
ports-10a9be4461187a74fcb53fd93bf19677af0898c8.zip
Notes
Diffstat (limited to 'japanese/eb3/files')
-rw-r--r--japanese/eb3/files/patch-configure10
-rw-r--r--japanese/eb3/files/patch-eb::match.c20
2 files changed, 10 insertions, 20 deletions
diff --git a/japanese/eb3/files/patch-configure b/japanese/eb3/files/patch-configure
new file mode 100644
index 000000000000..fc4571016d48
--- /dev/null
+++ b/japanese/eb3/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Fri Feb 7 18:20:16 2003
++++ configure Sun Feb 16 23:47:36 2003
+@@ -7535,6 +7535,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/japanese/eb3/files/patch-eb::match.c b/japanese/eb3/files/patch-eb::match.c
deleted file mode 100644
index 2ea79a73cb43..000000000000
--- a/japanese/eb3/files/patch-eb::match.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- eb/match.c.orig Tue Aug 14 10:04:25 2001
-+++ eb/match.c Sat Mar 1 02:34:57 2003
-@@ -43,7 +43,7 @@
-
- for (;;) {
- if (length <= i) {
-- result = *word_p;
-+ result = 0;
- break;
- }
- if (*word_p == '\0') {
-@@ -92,7 +92,7 @@
-
- for (;;) {
- if (length <= i) {
-- result = *word_p;
-+ result = 0;
- break;
- }
- if (*word_p == '\0') {