Ticket #37820: avahi-intltool.diff
File avahi-intltool.diff, 1.1 KB (added by raimue (Rainer Müller), 12 years ago) |
---|
-
Portfile
5 5 6 6 name avahi 7 7 version 0.6.31 8 revision 58 revision 6 9 9 categories net devel 10 10 maintainers pixilla openmaintainer 11 11 license LGPL-2.1+ … … 41 41 reinplace "s|/System|${destroot}|g" ${worksrcpath}/initscript/darwin/Makefile.in 42 42 } 43 43 44 depends_build port:pkgconfig 44 depends_build port:pkgconfig \ 45 port:intltool 45 46 46 depends_run port:intltool47 48 47 depends_lib port:expat \ 49 48 port:gdbm \ 50 49 port:gettext \ … … 65 64 --disable-pygtk \ 66 65 --disable-tests 67 66 67 # intltool needs to be run with the correct version of perl 68 configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12 68 69 69 70 # __APPLE_USE_RFC_2292 should be removed once avhi is updated to support RFC 3542 70 71 configure.cppflags-append -L${prefix}/lib -D__APPLE_USE_RFC_2292