Ticket #20301: patch-glib2.diff

File patch-glib2.diff, 729 bytes (added by dbevans (David B. Evans), 15 years ago)

Patch for Portfile

  • Portfile

     
    3636# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
    3737# See http://trac.macports.org/changeset/27148
    3838patchfiles \
     39    patch-configure.in.diff \
    3940    patch-glib-2.0.pc.in.diff \
    4041    patch-gi18n.h.diff \
    4142    patch-gio_xdgmime_xdgmime.c.diff \
    4243    patch-which.diff
    4344
    4445depends_build \
    45     port:pkgconfig
     46    port:pkgconfig \
     47    port:autoconf
    4648
    4749depends_lib \
    4850    port:gettext \
     
    5052    path:bin/perl:perl5 \
    5153    bin:python:python_select
    5254
     55use_autoconf yes
     56
    5357configure.ldflags-append \
    5458    -bind_at_load
    5559