Ticket #20301: patch-glib2.diff
File patch-glib2.diff, 729 bytes (added by dbevans (David B. Evans), 15 years ago) |
---|
-
Portfile
36 36 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h 37 37 # See http://trac.macports.org/changeset/27148 38 38 patchfiles \ 39 patch-configure.in.diff \ 39 40 patch-glib-2.0.pc.in.diff \ 40 41 patch-gi18n.h.diff \ 41 42 patch-gio_xdgmime_xdgmime.c.diff \ 42 43 patch-which.diff 43 44 44 45 depends_build \ 45 port:pkgconfig 46 port:pkgconfig \ 47 port:autoconf 46 48 47 49 depends_lib \ 48 50 port:gettext \ … … 50 52 path:bin/perl:perl5 \ 51 53 bin:python:python_select 52 54 55 use_autoconf yes 56 53 57 configure.ldflags-append \ 54 58 -bind_at_load 55 59