diff options
| author | Adam Vandenberg | 2011-08-14 10:10:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-14 10:10:43 -0700 |
| commit | d926fffd4c0327259464a226065c80b17ea81afd (patch) | |
| tree | 41b8ca62558a0f5f2da32dacccd40dcae22f19b5 /Library/Formula | |
| parent | b37c20490007b5af1329065fbeab4831154c01f3 (diff) | |
| download | homebrew-d926fffd4c0327259464a226065c80b17ea81afd.tar.bz2 | |
bibtex2html: apply MacPorts patch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bibtex2html.rb | 5 |
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" |
