diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pdf2image.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/pdf2image.rb b/Library/Formula/pdf2image.rb index d25b65870..b2867d97d 100644 --- a/Library/Formula/pdf2image.rb +++ b/Library/Formula/pdf2image.rb @@ -17,6 +17,9 @@ class Pdf2image < Formula # http://code.google.com/p/pdf2json/issues/detail?id=2 inreplace "Makefile", "/man/", "/share/man/" + # Fix incorrect variable name in Makefile + inreplace "Makefile", "$(srcdir)", "$(SRCDIR)" + # Add X11 libs manually; the Makefiles don't use LDFLAGS properly inreplace ["src/Makefile", "xpdf/Makefile"], "LDFLAGS =", "LDFLAGS=-L#{MacOS::X11.lib}" |
