diff options
| author | Michael Mason <ms13sp@gmail.com> | 2009-05-28 13:32:41 +0000 |
|---|---|---|
| committer | Michael Mason <ms13sp@gmail.com> | 2009-05-28 13:32:41 +0000 |
| commit | 1e2f0b801eee6597e0ab8ffeecb740ef01abb45d (patch) | |
| tree | a4dcd60d3c11ddc72c25ef269df6c1a18ee04951 /extra/aspell/libmath.patch | |
| parent | 6a4d7e81f3565b5c531abedf0b81d988391f5e92 (diff) | |
| parent | ed1b3209b6c34161e0f7ca150d99655da23214c0 (diff) | |
| download | aports-1e2f0b801eee6597e0ab8ffeecb740ef01abb45d.tar.bz2 aports-1e2f0b801eee6597e0ab8ffeecb740ef01abb45d.tar.xz | |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'extra/aspell/libmath.patch')
| -rw-r--r-- | extra/aspell/libmath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/aspell/libmath.patch b/extra/aspell/libmath.patch new file mode 100644 index 0000000000..3fad33a5d2 --- /dev/null +++ b/extra/aspell/libmath.patch @@ -0,0 +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 @@ + 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 |
