diff options
-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 |