aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-21 10:11:08 -0500
committerJack Nagel2014-03-21 10:11:08 -0500
commit24048d01f0b02eaa3de4ee96e31ac4b9f524be3b (patch)
treef7635fe5b146d122fdc72f42b050358be509d114 /Library/Formula
parenta26fb63af1259f6709342d034d0dd2642b58bf74 (diff)
downloadhomebrew-24048d01f0b02eaa3de4ee96e31ac4b9f524be3b.tar.bz2
xpdf: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xpdf.rb2
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"