From 86d21edea5236363fc0a34d3d99d58ce3a1559e8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 13 Jan 2012 00:15:36 -0600 Subject: glib: replace paths in patched files Signed-off-by: Jack Nagel --- Library/Formula/glib.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 409e96193..66ef96d47 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -46,6 +46,12 @@ class Glib < Formula args << "--disable-debug" unless build_tests? + # MacPorts puts "@@PREFIX@@" in patches and does inreplace on the files, + # so we must follow suit if we use their patches + inreplace ['gio/xdgmime/xdgmime.c', 'gio/gdbusprivate.c'] do |s| + s.gsub! '@@PREFIX@@', HOMEBREW_PREFIX + end + if ARGV.build_universal? # autoconf 2.61 is fine don't worry about it inreplace ["aclocal.m4", "configure.ac"] do |s| -- cgit v1.2.3