~alpine/aports

main/aspell: Turn on pspell compatibility for php. v1 PROPOSED

Valery Kartel: 1
 main/aspell: Turn on pspell compatibility for php.

 1 files changed, 2 insertions(+), 3 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/1720/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/aspell: Turn on pspell compatibility for php. Export this patch

---
 main/aspell/APKBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD
index 07da4b7..58848c6 100644
--- a/main/aspell/APKBUILD
+++ b/main/aspell/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname=aspell
pkgver=0.60.6.1
pkgrel=5
pkgrel=6
pkgdesc="A spell checker designed to eventually replace Ispell"
url="http://aspell.net/"
arch="all"
@@ -34,8 +34,7 @@ build() {
		--sysconfdir=/etc \
		--enable-dict-dir=/usr/share/$pkgname \
		--enable-pkgdatadir=/usr/share/$pkgname \
		--enable-compile-in-filters \
		--disable-pspell-compatibility || return 1
		--enable-compile-in-filters || return 1
	make || return 1
}

-- 
2.6.3



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