aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libinfinity.rb
AgeCommit message (Collapse)Author
2012-07-18libinfinity: use sha1Misty De Meo
2012-07-18libinfinity: add `depends_on :x11`nibbles 2bits
libinfinity-0.5.2 requires a dependency on :x11 so that pkg-config can find freetype2 for cairo. Otherwise two libinfinity libraries will not be created, which will cause other packages that use libinfinity to fail, like gobby. Tested on Lion with llvm from XCode-4.3.3. Closes #13416. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-09libinfinity: add fails_with :clangnibbles 2bits
Add a fails_with :clang block for the issue raised in #12462: non-void function `inf_communication_method_received` should return a value. This issue has been reported upstream to their Trac: http://gobby.0x539.de/trac/ticket/595 Closes #12588. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-24libinfinity 0.5.2Adam Vandenberg