| Age | Commit message (Collapse) | Author |
|
OS X 10.10 seems to require "-L{lib}" as a C/C++ compiler
argument in order to link properly. This is causing
several brew test failures.
This patch modifies several formula in a single commit
by adding "-L{lib}" to the brew test ENV.cc argument
lists. I manually verified that these specific tests
are failing with the change and passing with it on 10.10.
To identify other formulae that may be subject to this
issue, the following may be used:
~~~
grep -rnI 'ENV\.cc.*test\.c' Library/Formula \
| grep -v '\-L#{lib}'
~~~
Closes #35806.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #35397.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
patch-tracker.debian.org seems to be down. Replaced broken patch links.
Closes #29362.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #28072.
Closes #28077.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Mistakenly missed path parameter.
|
|
This formula will build a patched version of tinyxml 2.6.2
using the patches from debian. I've summarized the debian
patches in comments in the formula. Here's a link to the
debian patch management page:
http://patch-tracker.debian.org/package/tinyxml/2.6.2-2
I've also added a patch with a CMakeLists.txt that builds
a shared library and provides an install target.
Closes #22100.
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
|