Date: Saturday, October 26, 2013 @ 09:51:30
  Author: bisson
Revision: 197489

remove options enforced by newer pacman

Modified:
  scim-anthy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-26 07:51:26 UTC (rev 197488)
+++ PKGBUILD    2013-10-26 07:51:30 UTC (rev 197489)
@@ -14,11 +14,9 @@
 
source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8')
 
-options=('!libtool')
-
 build() {
        cd "$srcdir/$pkgname-$pkgver"
-       ./configure --prefix=/usr --disable-static
+       ./configure --prefix=/usr
        make
 }
 

Reply via email to