Date: Saturday, October 26, 2013 @ 09:50:46
  Author: bisson
Revision: 197480

remove options enforced by newer pacman

Modified:
  libotf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-26 07:50:41 UTC (rev 197479)
+++ PKGBUILD    2013-10-26 07:50:46 UTC (rev 197480)
@@ -8,7 +8,6 @@
 pkgdesc='OpenType Font library'
 url='http://www.nongnu.org/m17n/'
 license=('LGPL')
-options=('!libtool')
 arch=('i686' 'x86_64')
 depends=('libxaw' 'freetype2')
 
source=("http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz";)
@@ -16,7 +15,7 @@
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr --disable-static
+       ./configure --prefix=/usr
        make
 }
 

Reply via email to