Patch phonon-kde to avoid incorrect error.

Fixes Homebrew/homebrew#5480.
This commit is contained in:
Mike McQuaid 2011-06-22 20:42:14 +01:00
parent d00b577b87
commit 7c514770c3

View file

@ -13,6 +13,8 @@ class KdePhonon < Formula
keg_only "This package is already supplied by Qt and is only needed by KDE packages."
def install
inreplace 'cmake/FindPhononInternal.cmake',
'BAD_ALLOCATOR AND NOT WIN32', 'BAD_ALLOCATOR AND NOT APPLE'
system "cmake . #{std_cmake_parameters}"
system "make install"
end