diff options
| author | Daniel Holtmann-Rice | 2011-08-14 19:14:24 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-14 16:40:31 -0700 |
| commit | 485760724713f2f60f8fb3157ebd70a1d5c6e61f (patch) | |
| tree | ae3f17946485488066a7ea40a40c8c7d201c043f /Library/Formula | |
| parent | bbcd245372202114ffae5879d29209f87840ace4 (diff) | |
| download | homebrew-485760724713f2f60f8fb3157ebd70a1d5c6e61f.tar.bz2 | |
doxygen 1.7.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/doxygen.rb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index 075c65453..3ff811145 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -1,9 +1,9 @@ require 'formula' class Doxygen < Formula - url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.4.src.tar.gz' + url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.5.src.tar.gz' homepage 'http://www.doxygen.org/' - md5 'ff908759ff7cd9464424b04ae6c68e48' + md5 '40912d0a4b8248d78df6f705837dcd80' head 'https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk' def install @@ -13,13 +13,6 @@ class Doxygen < Formula s.change_make_var! 'MAN1DIR', 'share/man/man1' end - # This allows compilation against 10.7 Lion, by changing a preprocessor - # OS version check error to a warning. A bug report has been filed - # upstream (https://bugzilla.gnome.org/show_bug.cgi?id=650463). This - # should be fixed in the next version of Doxygen, so the following line - # can and should be removed when it is released. - inreplace "qtools/qglobal.h", " error", " warning" - system "make" system "make install" end |
