diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2015-11-10 17:06:13 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-12 08:44:09 +0000 |
commit | c1f5adb2b946ed7c808c94228d5825d8405947f0 (patch) | |
tree | 8f2554f547baab9ddcfe2750f3af44fd570cae0b /main | |
parent | 45b3e3fd95640fc236cc110c4a704326edeb094b (diff) | |
download | aports-c1f5adb2b946ed7c808c94228d5825d8405947f0.tar.bz2 aports-c1f5adb2b946ed7c808c94228d5825d8405947f0.tar.xz |
main/aspell: remove unneded patch from previous commit
Diffstat (limited to 'main')
-rw-r--r-- | main/aspell/APKBUILD | 1 | ||||
-rw-r--r-- | main/aspell/libmath.patch | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD index 636832811e..377721d7cb 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 71f1b26a08..0000000000 --- a/main/aspell/libmath.patch +++ /dev/null @@ -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 |