diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-09-03 18:54:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-09-03 18:54:24 +0000 |
commit | fac8ce0a26951026374565d51ee8c2633f7e438e (patch) | |
tree | db8b98515fda936f55dba48d03f6ec3806df825c /textproc/hunspell/files/patch-sysintl | |
parent | - simplify dependency (diff) |
Upgrade from 1.2.2b to 1.2.7.
Install header-files, which make the port's shared library usable by
other applications -- such as, most importantly, OpenOffice.
While here, ensure, the already installed -lintl is used, and configure
in the use of readline too.
Rephrase COMMENT to ease the confusion, that the port is only of
interest to Hungarian-speakers. It is not -- the software is an improved
version of myspell and can work with any dictionary.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=219789
Diffstat (limited to 'textproc/hunspell/files/patch-sysintl')
-rw-r--r-- | textproc/hunspell/files/patch-sysintl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/hunspell/files/patch-sysintl b/textproc/hunspell/files/patch-sysintl new file mode 100644 index 000000000000..d8c0d3dda0f9 --- /dev/null +++ b/textproc/hunspell/files/patch-sysintl @@ -0,0 +1,18 @@ +--- configure 2008-08-14 05:53:13.000000000 -0400 ++++ configure 2008-08-26 06:35:15.000000000 -0400 +@@ -24576,5 +24576,5 @@ + + +-ac_config_files="$ac_config_files Makefile hunspell.pc man/Makefile man/hu/Makefile intl/Makefile po/Makefile.in m4/Makefile src/Makefile src/hunspell/Makefile src/parsers/Makefile src/tools/Makefile src/win_api/Makefile tests/Makefile tests/suggestiontest/Makefile" ++ac_config_files="$ac_config_files Makefile hunspell.pc man/Makefile man/hu/Makefile po/Makefile.in m4/Makefile src/Makefile src/hunspell/Makefile src/parsers/Makefile src/tools/Makefile src/win_api/Makefile tests/Makefile tests/suggestiontest/Makefile" + + cat >confcache <<\_ACEOF +--- Makefile.in 2008-08-14 05:53:15.000000000 -0400 ++++ Makefile.in 2008-08-26 06:37:41.000000000 -0400 +@@ -230,5 +230,5 @@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = intl po src man m4 tests ++SUBDIRS = po src man m4 tests + pkgconfdir = $(libdir)/pkgconfig + pkgconf_DATA = hunspell.pc |