From 48fd4f9d431925bde446e5398e0a3478c3d5feee Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 24 Sep 2009 23:35:10 +0100 Subject: [PATCH] Fixes Homebrew/homebrew#60 Well, I guessed keg_only would have issues. Here, glib assumes GNU gettext will be in the same path as itself. Which would be true if we symlinked gettext into the tree, but we don't to avoid conflicts with the BSD version: /usr/lib/libgettext.dylib We'll have to do this a lot, so I need to figure out how to automate it, or how to avoid doing this kind of thing altogether. --- Formula/glib.rb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Formula/glib.rb b/Formula/glib.rb index 3d61fa22512..758f78b11d7 100644 --- a/Formula/glib.rb +++ b/Formula/glib.rb @@ -43,7 +43,18 @@ class Glib