diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-20 11:29:20 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-20 12:09:33 +0100 |
commit | 4b8839af1abb901774fd0a8190b45b01afc50805 (patch) | |
tree | c20708f18feb695a80b3df39aa52db4c9c4a4c85 /textproc/aspell/files/patch-Makefile.in | |
parent | sysutils/slurm-wlm: fix plist without HDF5 (diff) |
textproc/aspell: upgrade to 0.60.8.1
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
Diffstat (limited to 'textproc/aspell/files/patch-Makefile.in')
-rw-r--r-- | textproc/aspell/files/patch-Makefile.in | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/textproc/aspell/files/patch-Makefile.in b/textproc/aspell/files/patch-Makefile.in index 57e1abbc1d28..c74727a6556f 100644 --- a/textproc/aspell/files/patch-Makefile.in +++ b/textproc/aspell/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2019-10-12 22:20:31 UTC +--- Makefile.in.orig 2023-12-19 22:55:53 UTC +++ Makefile.in -@@ -666,7 +666,12 @@ top_build_prefix = @top_build_prefix@ +@@ -667,7 +667,12 @@ AUTOMAKE_OPTIONS = foreign subdir-objects top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign subdir-objects @@ -14,21 +14,12 @@ DIST_SUBDIRS = ${SUBDIRS} examples myspell lib5 filterdir = ${pkglibdir} optdir = ${pkgdatadir} -@@ -759,7 +764,7 @@ libaspell_la_SOURCES = common/cache.cpp common/string. - lib/string_list-c.cpp lib/find_speller.cpp lib/speller-c.cpp \ - lib/string_pair_enumeration-c.cpp lib/new_checker.cpp \ - modules/filter/url.cpp $(am__append_3) --libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) -+libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) $(LTLIBINTL) - @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 18:1:3 -no-undefined - @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 19:1:3 -no-undefined - @PSPELL_COMPATIBILITY_TRUE@libpspell_la_SOURCES = lib/dummy.cpp -@@ -767,7 +772,7 @@ libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) +@@ -768,7 +773,7 @@ aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp p @PSPELL_COMPATIBILITY_TRUE@libpspell_la_LDFLAGS = $(libaspell_la_LDFLAGS) word_list_compress_SOURCES = prog/compress.c aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp prog/checker_string.cpp -aspell_LDADD = libaspell.la $(CURSES_LIB) +aspell_LDADD = libaspell.la $(CURSES_LIB) $(LTLIBINTL) prezip_bin_SOURCES = prog/prezip.c - static_optfiles = modules/filter/url-filter.info $(am__append_2) - dynamic_optfiles = $(am__append_4) + static_optfiles = modules/filter/url-filter.info $(am__append_3) + dynamic_optfiles = $(am__append_5) |