We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1140aca commit 909c47fCopy full SHA for 909c47f
Formula/o/otf2bdf.rb
@@ -35,6 +35,11 @@ class Otf2bdf < Formula
35
36
def install
37
chmod 0755, "mkinstalldirs"
38
+
39
+ # `otf2bdf.c` uses `#include <ft2build.h>`, not `<freetype2/ft2build.h>`,
40
+ # so freetype2 must be put into the search path.
41
+ ENV.append "CFLAGS", "-I#{Formula["freetype"].opt_include}/freetype2"
42
43
system "./configure", "--mandir=#{man}", *std_configure_args
44
system "make", "install"
45
end
0 commit comments