diff options
| author | Valery Kartel <valery.kartel@gmail.com> | 2015-11-09 14:00:24 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 08:22:51 +0000 |
| commit | 24a916e8811ca975e66476e9dfea0da6b37e8a27 (patch) | |
| tree | 092e79d84529e282f8eda5b01a72a5dff2961643 /main/aspell/libmath.patch | |
| parent | 570c811fa2c0f6e8b5761ab94e048c43e7389486 (diff) | |
| download | aports-24a916e8811ca975e66476e9dfea0da6b37e8a27.tar.bz2 aports-24a916e8811ca975e66476e9dfea0da6b37e8a27.tar.xz | |
main/aspell: /usr/lib/aspell symlink fix, some build fixes, some staff moved to subpackages
Diffstat (limited to 'main/aspell/libmath.patch')
| -rw-r--r-- | main/aspell/libmath.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/aspell/libmath.patch b/main/aspell/libmath.patch index 3fad33a5d2..71f1b26a08 100644 --- a/main/aspell/libmath.patch +++ b/main/aspell/libmath.patch @@ -1,11 +1,11 @@ ---- a/Makefile.orig 2009-05-21 08:22:51.000000000 +0000 -+++ b/Makefile 2009-05-21 08:23:06.000000000 +0000 -@@ -568,7 +568,7 @@ +--- old/Makefile.in 2011-07-04 11:58:49.000000000 +0300 ++++ new/Makefile.in 2015-11-09 13:20:24.823333353 +0200 +@@ -569,7 +569,7 @@ 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) -lm - libaspell_la_LDFLAGS = -version-info 16:4:1 -no-undefined - #libaspell_la_LDFLAGS = -version-info 16:4:0 -no-undefined - libpspell_la_SOURCES = lib/dummy.cpp + @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 16:5:1 -no-undefined + @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 16:5:0 -no-undefined + @PSPELL_COMPATIBILITY_TRUE@libpspell_la_SOURCES = lib/dummy.cpp |
