[Lunar-commits] <moonbase> fontforge: fix the compile.
Florin Braescu
florin at lunar-linux.org
Tue Nov 10 02:44:19 CET 2009
commit 623d1fb4b6c7b96179326914fa3773cb7a199d82
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Nov 10 03:44:19 2009 +0200
fontforge: fix the compile.
---
graphics/fontforge/BUILD | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD
index b29f3b2..61153f2 100644
--- a/graphics/fontforge/BUILD
+++ b/graphics/fontforge/BUILD
@@ -4,6 +4,11 @@
# 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" &&
- default_build
+ ./configure --prefix=/usr \
+ $OPTS &&
+
+ sedit "s: s : :" fontforge/Makefile &&
+
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list