[Lunar-commits] <moonbase> fontforge: force the compile wirh -Os to prevent it fail.

Florin Braescu florin at lunar-linux.org
Wed Apr 14 11:12:41 CEST 2010


commit 0479a16bf2a5c4eab77a27f9054813d34973dbb2
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Apr 14 12:12:41 2010 +0300

    fontforge: force the compile wirh -Os to prevent it fail.
---
 graphics/fontforge/BUILD |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD
index 61153f2..0524bb6 100644
--- a/graphics/fontforge/BUILD
+++ b/graphics/fontforge/BUILD
@@ -4,9 +4,12 @@
   # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log
   OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double --enable-type3 --enable-devicetables"  &&
 
+ # force the compile with -Os param. otherwise the compile might fail.
+   OPTS+=" -Os"  &&
+
   ./configure --prefix=/usr  \
               $OPTS         &&
-	     
+
   sedit "s: s : :" fontforge/Makefile  &&
 
   default_make


More information about the Lunar-commits mailing list