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

Gaetan Bisson bisson at archlinux.org
Fri May 20 08:42:23 UTC 2011


    Date: Friday, May 20, 2011 @ 04:42:23
  Author: bisson
Revision: 124359

remove --enable-double for FS#24346

Modified:
  fontforge/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-20 06:48:49 UTC (rev 124358)
+++ PKGBUILD	2011-05-20 08:42:23 UTC (rev 124359)
@@ -5,7 +5,7 @@
 
 pkgname=fontforge
 pkgver=20110222
-pkgrel=1
+pkgrel=2
 pkgdesc='Outline and bitmap font editor'
 arch=('i686' 'x86_64')
 url='http://fontforge.sourceforge.net'
@@ -23,11 +23,11 @@
 		--prefix=/usr \
 		--mandir=/usr/share/man \
 		--enable-type3 \
-		--enable-double \
 		--enable-devicetables \
 		--with-regular-link \
 		--with-python=python2 \
-		--enable-pyextension
+		--enable-pyextension \
+
 	make
 }
 




More information about the arch-commits mailing list