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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Oct 26 07:51:17 UTC 2013


    Date: Saturday, October 26, 2013 @ 09:51:17
  Author: bisson
Revision: 197486

remove options enforced by newer pacman

Modified:
  m17n-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:51:13 UTC (rev 197485)
+++ PKGBUILD	2013-10-26 07:51:17 UTC (rev 197486)
@@ -11,13 +11,13 @@
 license=('GPL')
 depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
 optdepends=('anthy: to use the anthy input method')
-options=('!makeflags' '!libtool' '!emptydirs')
+options=('!makeflags' '!emptydirs')
 source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --enable-static=no
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list