diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xpdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xpdf.rb b/Library/Formula/xpdf.rb index 7d55aff18..06bfe04bc 100644 --- a/Library/Formula/xpdf.rb +++ b/Library/Formula/xpdf.rb @@ -12,7 +12,7 @@ class Xpdf < Formula :because => 'xpdf, pdf2image, and poppler install conflicting executables' # see: http://gnats.netbsd.org/45562 - def patches; DATA; end + patch :DATA def install ENV.append_to_cflags "-I#{MacOS::X11.include} -I#{MacOS::X11.include}/freetype2" |
