diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ossp-uuid.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/ossp-uuid.rb b/Library/Formula/ossp-uuid.rb index 189eb5f15..42beb3534 100644 --- a/Library/Formula/ossp-uuid.rb +++ b/Library/Formula/ossp-uuid.rb @@ -9,6 +9,9 @@ class OsspUuid < Formula option :universal option "32-bit" + # see https://github.com/mxcl/homebrew/issues/16077 + keg_only "OS X provides a uuid.h which conflicts with ossp-uuid's header." + def install if build.universal? ENV.universal_binary |
