weechat: fix audit warning

This commit is contained in:
Jack Nagel 2013-05-27 19:03:22 -05:00
parent 6705163d94
commit a42951c886

View file

@ -19,8 +19,8 @@ class Weechat < Formula
option 'python', 'Build the python module (requires framework Python)'
option 'aspell', 'Build the aspell module that checks your spelling'
# cmake finds brewed python when installed, but when searching for the
# libraries it searches for system libraries first. This patch disables
# cmake finds brewed python when installed, but when searching for the
# libraries it searches for system libraries first. This patch disables
# default search paths and ensures that brewed python is found first, if not
# it falls back to system python.
def patches