From cd48f0d652b075c683b6e5e2cd3e0662d18096b4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 23 Jul 2010 20:19:08 -0700 Subject: Add MacPorts patches to glib This fixes some 64-bit issues. --- Library/Formula/glib.rb | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index d59624c9e..5b72afee6 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -6,6 +6,7 @@ class Libiconv [ + mp+"patch-configure.in.diff", + mp+"patch-child-test.c.diff" + ] + } + end + + def options + [['--test', 'Build a debug build and run tests. NOTE: Tests may hang on "unix-streams".']] + end + def install fails_with_llvm "Undefined symbol errors while linking" @@ -26,7 +41,8 @@ class Glib