diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-18 09:50:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-18 09:51:24 +0000 |
commit | 988c3763e7f52ca6f399513e7c893d4e2340b957 (patch) | |
tree | c54682142f372e6c591acf1ac044aae7bcaea929 /main/graphite2/APKBUILD | |
parent | 02c5be0411e10660cb62e374e692fa8ac7d4fa7c (diff) | |
download | aports-988c3763e7f52ca6f399513e7c893d4e2340b957.tar.bz2 aports-988c3763e7f52ca6f399513e7c893d4e2340b957.tar.xz |
main/graphite2: build fix for x86
we need -lssp_nonshared on alpine x86
Diffstat (limited to 'main/graphite2/APKBUILD')
-rw-r--r-- | main/graphite2/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/graphite2/APKBUILD b/main/graphite2/APKBUILD index 512ce732b4..cb8c41e763 100644 --- a/main/graphite2/APKBUILD +++ b/main/graphite2/APKBUILD @@ -3,7 +3,7 @@ pkgname=graphite2 _realname=${pkgname/2/} pkgver=1.3.11 -pkgrel=0 +pkgrel=1 pkgdesc="reimplementation of the SIL Graphite text processing engine" url="http://graphite.sil.org/" arch="all" @@ -16,6 +16,7 @@ install="" subpackages="$pkgname-static $pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/silnrsi/$_realname/archive/$pkgver.tar.gz graphite2-1.2.0-cmakepath.patch + cmake.patch " builddir="$srcdir"/$_realname-$pkgver @@ -69,4 +70,5 @@ package() { } sha512sums="53c5e9442900bc4d8a1b45be5198c25a82e34b077d62ff11036f5f4bfc69906891a16dbc17d521fafe8738ef9363cbacd201e1848221cdd70c5c40a59c4ab03f graphite2-1.3.11.tar.gz -4ef5414e6d554bb8d6ead435e38d061a073f350c313b7141158bb68332f5f57ca5250385875a387b828bb657964588e974143b96b5e11c2cd314871e7baddb88 graphite2-1.2.0-cmakepath.patch" +4ef5414e6d554bb8d6ead435e38d061a073f350c313b7141158bb68332f5f57ca5250385875a387b828bb657964588e974143b96b5e11c2cd314871e7baddb88 graphite2-1.2.0-cmakepath.patch +f6630138d67764b8240819125810544cf5ad89554b298de9762e5e05e85f9df719d957ac3f2e7a2c4e201cc6d58544f196d742b93fc2c5754db3c3ffe663492d cmake.patch" |