Ticket #41942: patch-nemiver-intltool.diff
File patch-nemiver-intltool.diff, 637 bytes (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
41 41 port:boost 42 42 43 43 depends_build port:pkgconfig \ 44 port:intltool \ 44 45 port:itstool \ 45 46 port:libxml2 \ 46 47 port:libxslt \ … … 52 53 53 54 patchfiles nemiver-tr1-osx-patch.diff 54 55 56 # update m4/intltool.m4 and autoreconf 57 58 pre-configure { 59 copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 60 } 61 55 62 use_autoreconf yes 56 63 autoreconf.args -fvi 57 64