aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-14 10:10:43 -0700
committerAdam Vandenberg2011-08-14 10:10:43 -0700
commitd926fffd4c0327259464a226065c80b17ea81afd (patch)
tree41b8ca62558a0f5f2da32dacccd40dcae22f19b5 /Library/Formula
parentb37c20490007b5af1329065fbeab4831154c01f3 (diff)
downloadhomebrew-d926fffd4c0327259464a226065c80b17ea81afd.tar.bz2
bibtex2html: apply MacPorts patch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bibtex2html.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/bibtex2html.rb b/Library/Formula/bibtex2html.rb
index bb051b816..67bc60bdc 100644
--- a/Library/Formula/bibtex2html.rb
+++ b/Library/Formula/bibtex2html.rb
@@ -8,6 +8,11 @@ class Bibtex2html < Formula
depends_on 'objective-caml'
def install
+ # See: https://trac.macports.org/ticket/26724
+ inreplace 'Makefile.in' do |s|
+ s.remove_make_var! 'STRLIB'
+ end
+
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make"
system "make install"