diff options
| author | Jack Nagel | 2014-09-25 20:52:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-25 20:55:27 -0500 |
| commit | 4e4f8c13e6d4949a68af5b5d5308db9d93c53e23 (patch) | |
| tree | e5001f84a45295a7150c5d4a3d06d01dc3112c49 | |
| parent | 837227d169a8edf6d000a55ddbc34b7b5eb6baf4 (diff) | |
| download | homebrew-4e4f8c13e6d4949a68af5b5d5308db9d93c53e23.tar.bz2 | |
pcre: fix compilation with gcc 4.9
Fixes #32591.
| -rw-r--r-- | Library/Formula/pcre.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb index 8941f5951..853e7ef76 100644 --- a/Library/Formula/pcre.rb +++ b/Library/Formula/pcre.rb @@ -20,6 +20,12 @@ class Pcre < Formula cause "Bus error in ld on SL 10.6.4" end + # Upstream patch to fix compilation with GCC 4.9 + patch do + url "http://bugs.exim.org/attachment.cgi?id=741" + sha1 "bad236cf67a7b42f0dc8d4ae05ed0260241320d1" + end + def install ENV.universal_binary if build.universal? |
