Ticket #41942: patch-nemiver-intltool.diff

File patch-nemiver-intltool.diff, 637 bytes (added by dbevans (David B. Evans), 10 years ago)

Patch to fix intltool configuration

  • Portfile

     
    4141                    port:boost
    4242
    4343depends_build       port:pkgconfig \
     44                    port:intltool \
    4445                    port:itstool \
    4546                    port:libxml2 \
    4647                    port:libxslt \
     
    5253
    5354patchfiles          nemiver-tr1-osx-patch.diff
    5455
     56# update m4/intltool.m4 and autoreconf
     57
     58pre-configure {
     59    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     60}
     61
    5562use_autoreconf      yes
    5663autoreconf.args     -fvi
    5764