Commit Graph

10 Commits (0f0229e1bff40a7e0191f73e99cd96c4128db86b)

Author SHA1 Message Date
Shufti 9a115f297a portaudio: add --universal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28 12:57:40 -07:00
Adam Vandenberg 54f33d62dd portaudio: use MacPort patches
This fixes issues when compiling against newer versions of the OS X SDK.
2011-04-05 10:03:02 -07:00
Adam Vandenberg 99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Paul Chakravarti ffb626ab37 Need 'pa_mac_core.h' to compile PyAudio
Closes Homebrew/homebrew#3926.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-20 22:31:25 +00:00
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Adam Vandenberg 0dbbd44a46 Revert portaudio change
Fixes Homebrew/homebrew#966.
2010-05-01 14:17:14 -07:00
Adam Vandenberg 1b77b7d50f Reformat portaudio 2009-12-12 16:24:19 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Kieran Pilkington 479fb9fbb1 Portaudio 2009-10-15 15:54:18 +01:00