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

Gaetan Bisson bisson at archlinux.org
Wed Feb 23 09:57:15 UTC 2011


    Date: Wednesday, February 23, 2011 @ 04:57:15
  Author: bisson
Revision: 110943

upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-23 08:06:30 UTC (rev 110942)
+++ PKGBUILD	2011-02-23 09:57:15 UTC (rev 110943)
@@ -4,7 +4,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20110221
+pkgver=20110222
 pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 arch=('i686' 'x86_64')
@@ -13,14 +13,12 @@
 depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2')
 options=('!libtool' '!makeflags')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_full-${pkgver}.tar.bz2")
-sha1sums=('e6a9acbbcfe99aa658bc622b709f2d721a120b18')
+sha1sums=('8fada07647f102351bb1d7d1c4da487356e7142f')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	sed -i 's/python /python2 /g' Makefile.dynamic.in
-	# Compiling with -O2 yields FS#20430
-	CFLAGS="${CFLAGS// -O2 / -O1 }"
-
+	export CFLAGS="${CFLAGS// -O2 / -O1 }" # on i686, -O2 yields FS#20430
 	./configure \
 		--prefix=/usr \
 		--mandir=/usr/share/man \




More information about the arch-commits mailing list