fontforge 20110222
Version bump to 20110222 Add fails_with_llvm Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
dbf34fffec
commit
6ec98a7815
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Fontforge <Formula
|
||||
url 'http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20100501.tar.bz2'
|
||||
url 'http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2'
|
||||
homepage 'http://fontforge.sourceforge.net'
|
||||
md5 '5f3d20d645ec1aa2b7b4876386df8717'
|
||||
md5 '5be4dda345b5d73a27cc399df96e463a'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'gettext'
|
||||
|
@ -12,6 +12,7 @@ class Fontforge <Formula
|
|||
|
||||
def install
|
||||
ENV.x11
|
||||
fails_with_llvm "Compiling cvexportdlg.c fails with error: initializer element is not constant"
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--enable-double",
|
||||
"--without-freetype-bytecode",
|
||||
|
|
Loading…
Reference in a new issue