aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml++.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-28 08:35:04 -0700
committerAdam Vandenberg2012-08-28 08:35:19 -0700
commit74762870ed07785253f5fea4848cae6e4589f0f3 (patch)
tree32a2e4c8960e2fd622dba5e8dd1710670527a24f /Library/Formula/libxml++.rb
parent5b3b834ea5395dcf750330b1108005cc5e85fd9f (diff)
downloadhomebrew-74762870ed07785253f5fea4848cae6e4589f0f3.tar.bz2
libextract: doesn't seem to need libtool
Closes #13265.
Diffstat (limited to 'Library/Formula/libxml++.rb')
0 files changed, 0 insertions, 0 deletions
class="o">], buildpath system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-openmp", "--without-java", "--without-python" system "make" system "make check" system "make install" end end __END__ --- include/beecrypt/c++/util/AbstractSet.h~ 2009-06-17 13:05:55.000000000 +0200 +++ include/beecrypt/c++/util/AbstractSet.h 2012-06-03 17:45:55.229399461 +0200 @@ -56,7 +56,7 @@ if (c->size() != size()) return false; - return containsAll(*c); + return this->containsAll(*c); } return false; }