From 9efc22b50108f19d2b7b1be53f37d4a005c567ab Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 16 Nov 2012 09:26:47 -0600 Subject: ossp-uuid: mark keg-only Apple ships a uuid.h, which isn't linked into /usr/include but which is used by some third-party libraries. Linking ossp-uuid results in software picking it up over Apple's version, causing breakage. Fixes #16077. --- Library/Formula/ossp-uuid.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3