aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pdflib-lite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pdflib-lite.rb')
-rw-r--r--Library/Formula/pdflib-lite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pdflib-lite.rb b/Library/Formula/pdflib-lite.rb
index 145dd4591..db5bf9fd5 100644
--- a/Library/Formula/pdflib-lite.rb
+++ b/Library/Formula/pdflib-lite.rb
@@ -6,7 +6,7 @@ class PdflibLite < Formula
md5 '34a1cc89e2cfdc1e43ba57019e442a90'
def install
- # Without the following substituion, pdflib-lite runs into weird
+ # Without the following substitution, pdflib-lite runs into weird
# build errors due to bad interactions with the TIFF headers.
# This workaround comes from the MacPorts.org portfile for pdflib.
ENV['CPPFLAGS'] = "-isystem#{prefix}"