[arch-commits] Commit in anthy/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Oct 26 07:49:12 UTC 2013


    Date: Saturday, October 26, 2013 @ 09:49:11
  Author: bisson
Revision: 197460

remove options enforced by newer pacman

Modified:
  anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:19:12 UTC (rev 197459)
+++ PKGBUILD	2013-10-26 07:49:11 UTC (rev 197460)
@@ -11,13 +11,12 @@
 arch=('i686' 'x86_64')
 url='http://sourceforge.jp/projects/anthy/'
 license=('LGPL' 'GPL')
-options=('!libtool')
 source=("http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --sysconfdir=/etc --disable-static
+	./configure --prefix=/usr --sysconfdir=/etc
 	make
 }
 




More information about the arch-commits mailing list