Ticket #14055: Portfile-racoon-libtool.diff
File Portfile-racoon-libtool.diff, 818 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
17 17 18 18 patchfiles patch-Makefile.in 19 19 20 depends_lib port:libtool 21 20 22 configure.ldflags "-L../libipsec" 21 23 configure.cflags-append "-DBIND_8_COMPAT=1 -isystem ${filespath}/includes" 22 24 23 25 destroot.destdir mandir=${destroot}${prefix}/share/man prefix=${destroot}${prefix} 24 26 25 27 post-patch { 26 file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess 27 file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub 28 copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath} 28 29 29 30 reinplace "s|IPPROTO_MH|IPPROTO_MHRP|g" ${workpath}/${name}-${version}/libipsec/pfkey_dump.c 30 31