fontforge: build with --without-freetype-src

This commit is contained in:
Antti Nykanen 2008-03-01 11:33:33 +02:00
parent 61a7847ade
commit 2d41bd188a

View File

@ -12,7 +12,8 @@ source=(http://dl.sourceforge.net/sourceforge/$name/${name}_full-$version.tar.bz
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
--disable-nls \
--without-freetype-src
sed -i 's|^prefix.*|prefix ?= /usr|' Makefile
make
make install prefix=$PKG/usr