aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/dict/files
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2003-12-24 20:49:52 +0800
committerdd <dd@FreeBSD.org>2003-12-24 20:49:52 +0800
commit3fc12dc199475319100e037f3be85bd3976854f8 (patch)
tree8fa1da8a4ee176c548a9cdbda5d6eb577879942c /textproc/dict/files
parent6179f01bb2c884928b75310294d59d0cd4430e24 (diff)
downloadfreebsd-ports-gnome-3fc12dc199475319100e037f3be85bd3976854f8.tar.gz
freebsd-ports-gnome-3fc12dc199475319100e037f3be85bd3976854f8.tar.zst
freebsd-ports-gnome-3fc12dc199475319100e037f3be85bd3976854f8.zip
Upgrade to 1.9.10
Submitted by: Andy Miller <andym@trit.org>
Diffstat (limited to 'textproc/dict/files')
-rw-r--r--textproc/dict/files/patch-configure14
-rw-r--r--textproc/dict/files/patch-dictP.h14
2 files changed, 21 insertions, 7 deletions
diff --git a/textproc/dict/files/patch-configure b/textproc/dict/files/patch-configure
index 4056d59ee50f..845c9cd0c9c3 100644
--- a/textproc/dict/files/patch-configure
+++ b/textproc/dict/files/patch-configure
@@ -1,11 +1,11 @@
---- configure~ Fri Oct 17 17:54:05 2003
-+++ configure Fri Oct 17 17:54:12 2003
-@@ -5023,7 +5023,7 @@
- EOF
+--- configure.orig Wed Nov 26 06:55:22 2003
++++ configure Wed Nov 26 06:57:21 2003
+@@ -7446,7 +7446,7 @@
+ _ACEOF
- if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
-- LIBOBJS="$LIBOBJS lstat.$ac_objext"
+ else
+- LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
+ LIBOBJS="$LIBOBJS"
fi
+ done
- echo "$as_me:5029: checking whether stat accepts an empty string" >&5
diff --git a/textproc/dict/files/patch-dictP.h b/textproc/dict/files/patch-dictP.h
new file mode 100644
index 000000000000..358eb6059f91
--- /dev/null
+++ b/textproc/dict/files/patch-dictP.h
@@ -0,0 +1,14 @@
+--- dictP.h.orig Wed Nov 26 08:11:05 2003
++++ dictP.h Wed Nov 26 08:11:29 2003
+@@ -108,11 +108,7 @@
+ typedef unsigned int wchar_t;
+ #endif
+
+-#if HAVE_MBSTATE_T
+-#include <wchar.h>
+-#else
+ typedef char mbstate_t;
+-#endif
+
+ #if !HAVE_WCRTOMB
+ extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);