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

Gaetan Bisson bisson at archlinux.org
Wed Jan 5 01:38:16 UTC 2011


    Date: Tuesday, January 4, 2011 @ 20:38:16
  Author: bisson
Revision: 104850

fixes FS#20430

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 01:23:38 UTC (rev 104849)
+++ PKGBUILD	2011-01-05 01:38:16 UTC (rev 104850)
@@ -5,7 +5,7 @@
 
 pkgname=fontforge
 pkgver=20100501
-pkgrel=4
+pkgrel=5
 pkgdesc='An outline and bitmap font editor'
 arch=('i686' 'x86_64')
 url='http://fontforge.sourceforge.net'
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_full-${pkgver}.tar.bz2"
         'python27-compat.patch'
-	'spline-fix.patch')
+        'spline-fix.patch')
 sha1sums=('483425116c6af6ad90e37f9ada0c28e34f251ec3'
           '83c7a09a59c71d93f5276411e8c18ae3bec557f4'
           '05d7603aa8873c1f417d69e95d647116b51061b6')
@@ -28,6 +28,9 @@
 	# Fixes regression affecting lilypond, see FS#20991 (from SVN)
 	patch -p1 < ../spline-fix.patch
 
+	# Compiling with -O2 yields FS#20430
+	CFLAGS="${CFLAGS// -O2 / -O1 }"
+
 	./configure \
 		--prefix=/usr \
 		--mandir=/usr/share/man \




More information about the arch-commits mailing list