diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gmp.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 886877f9c..915d0c525 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -20,9 +20,7 @@ class Gmp < Formula # Patches gmp.h to remove the __need_size_t define, which # was preventing libc++ builds from getting the ptrdiff_t type # Applied upstream in http://gmplib.org:8000/gmp/raw-rev/6cd3658f5621 - def patches - DATA - end + patch :DATA def install ENV.cxx11 if build.cxx11? |
