doxymacs: fails_with :clang

Reported upstream, but project looks inactive.
master
Misty De Meo 2012-10-14 12:13:25 -05:00
parent 86bb13217a
commit 5682517724
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ class Doxymacs < Formula
homepage 'http://doxymacs.sourceforge.net/'
sha1 'b2aafb4f2d20ceb63614c2b9f06d79dd484d8e2e'
# see http://librelist.com/browser/homebrew/2012/10/14/problems-building-doxymacs-on-mountain-lion/
# reported as https://sourceforge.net/tracker/?func=detail&aid=3577208&group_id=23584&atid=378985
fails_with :clang do
build 421
cause "missing symbols while linking"
end
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"