~alpine/aports

main/aspell: remove unneded patch from previous commit v1 PROPOSED

Valery Kartel: 1
 main/aspell: remove unneded patch from previous commit

 2 files changed, 0 insertions(+), 12 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1682/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/aspell: remove unneded patch from previous commit Export this patch

---
 main/aspell/APKBUILD      |  1 -
 main/aspell/libmath.patch | 11 -----------
 2 files changed, 12 deletions(-)
 delete mode 100644 main/aspell/libmath.patch

diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD
index 6368328..377721d 100644
--- a/main/aspell/APKBUILD
+++ b/main/aspell/APKBUILD
@@ -12,7 +12,6 @@ depends=
makedepends="ncurses-dev perl"
install=
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
#	libmath.patch"

_builddir="$srcdir/$pkgname-$pkgver"

diff --git a/main/aspell/libmath.patch b/main/aspell/libmath.patch
deleted file mode 100644
index 71f1b26..0000000
--- a/main/aspell/libmath.patch
@@ -1,11 +0,0 @@
--- 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
 @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
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---