Patch phonon-kde to avoid incorrect error.
Fixes Homebrew/homebrew#5480.
This commit is contained in:
parent
d00b577b87
commit
7c514770c3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue