summaryrefslogtreecommitdiff
path: root/extra/scim-hangul/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/scim-hangul/PKGBUILD')
-rw-r--r--extra/scim-hangul/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/scim-hangul/PKGBUILD b/extra/scim-hangul/PKGBUILD
index 081538425..3f0ceaf22 100644
--- a/extra/scim-hangul/PKGBUILD
+++ b/extra/scim-hangul/PKGBUILD
@@ -12,13 +12,16 @@ license=('GPL')
depends=('libhangul' 'scim')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz"
- 'gcc43.patch')
+ 'gcc43.patch'
+ 'unistd.patch')
sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
- '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
+ '956bb2b6bd75b3d2756895f8ade429f95bacc0ff'
+ '1cfce9a7d5240f6d19aea008edcd9c6989e94e62')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../gcc43.patch
+ patch -p1 -i "$srcdir/unistd.patch"
./bootstrap # skim complains; it's alright
./configure --prefix=/usr --enable-skim-support
make