summaryrefslogtreecommitdiff
path: root/textproc/aspell/files/patch-configure
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:49:49 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:49:49 +0000
commit6fd4bdbdfe28330879a231c0d94881fca56255d4 (patch)
tree7271325abe3c1825d198cfc632e4163a0147f8af /textproc/aspell/files/patch-configure
parent- Update to 0.9.0 (diff)
- Upgrade to 0.60;
- Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian, Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian, Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil, Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish.
Notes
Notes: svn path=/head/; revision=117534
Diffstat (limited to 'textproc/aspell/files/patch-configure')
-rw-r--r--textproc/aspell/files/patch-configure30
1 files changed, 23 insertions, 7 deletions
diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure
index a441d0bc9959..3681a2415791 100644
--- a/textproc/aspell/files/patch-configure
+++ b/textproc/aspell/files/patch-configure
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- configure.orig Wed Aug 28 11:02:51 2002
-+++ configure Sat Sep 14 11:42:16 2002
-@@ -8592,13 +8592,6 @@
+--- configure.orig Sat Jul 31 17:06:43 2004
++++ configure Wed Aug 4 22:48:38 2004
+@@ -9795,13 +9795,6 @@
;;
esac
@@ -17,7 +14,7 @@ $FreeBSD$
# Update the list of available tags.
if test -n "$tagname"; then
echo appending configuration tag \"$tagname\" to $ofile
-@@ -16819,6 +16812,10 @@
+@@ -19301,6 +19294,10 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -28,3 +25,22 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -21191,16 +21188,16 @@
+ /* end confdefs.h. */
+ #include <libintl.h>
+ extern int _nl_msg_cat_cntr;
++extern int *libintl_nl_domain_bindings;
+ extern
+ #ifdef __cplusplus
+ "C"
+ #endif
+-const char *_nl_expand_alias ();
+ int
+ main ()
+ {
+ bindtextdomain ("", "");
+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
+ ;
+ return 0;
+ }