diff options
Diffstat (limited to 'Library/Formula/glib.rb')
| -rw-r--r-- | Library/Formula/glib.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 0201a0f59..66418ef0b 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -19,7 +19,7 @@ class Glib <Formula      # Snow Leopard libiconv doesn't have a 64bit version of the libiconv_open      # function, which breaks things for us, so we build our own      # http://www.mail-archive.com/gtk-list@gnome.org/msg28747.html -     +      iconvd = Pathname.getwd+'iconv'      iconvd.mkpath @@ -53,7 +53,7 @@ class Glib <Formula      inreplace lib+'pkgconfig/glib-2.0.pc' do |s|        s.gsub! 'Libs: -L${libdir} -lglib-2.0 -lintl',                "Libs: -L${libdir} -lglib-2.0 -L#{gettext.lib} -lintl" -       +        s.gsub! 'Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include',                "Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include -I#{gettext.include}"      end | 
