yaml-cpp does not require libyaml, so it shouldnt be specified as a
dependency.
ClosesHomebrew/homebrew#12590.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
propertiespatternconverter.cpp fails to compile when the optimization flag
is "-Os", which is the default. Appending "-O2" to CXXFLAGS, which is a
similar optimization level, resolves the issue.
FixesHomebrew/homebrew#12565.
ClosesHomebrew/homebrew#12566.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This patch makes it possible to use `-DCMAKE_FIND_FRAMEWORK` to override
CMake default of giving priority to Frameworks when satisfying dependencies.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Upgrade twolame to version 0.3.13.
Remove the unrecognized `--disable-debug` flag.
Add a dependency on libsndfile if the user options it.
Add a user option called `--frontend`.
Twolame contains a well coded frontend cli named `twolame` that
will automatically be created if libsndfile is present. Because
some users may want that so they can convert audio file types,
this commit adds that dependency as a user triggered option.
The frontend can't be turned off by any configure switches. So
there is no code in the formula for args here. This software
passes all 77 tests from `make check` when the frontend is built,
but that is also left out because it's not critical.
ClosesHomebrew/homebrew#12549.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The included libpcap sometimes tries to compile a universal binary,
including PPC.
ClosesHomebrew/homebrew#12499.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Rationale: some users insist on replacing the /usr/bin/ruby symlink
to point to another ruby on their system, which may break homebrew.
Use the full Framework path instead, which is less likely to be tampered with.
This also reorganizes the brew --config checks to reflect the different path.
FixesHomebrew/homebrew#12009.
ClosesHomebrew/homebrew#12333.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>