Ticket #8369: patch
File patch, 589 bytes (added by jay-darwinports@…, 19 years ago) |
---|
-
Portfile
old new 18 18 distname openvpn-${version} 19 19 checksums md5 93528233f1f6d02fc18e2c00f82e0aca 20 20 21 depends_lib port:lzo \21 depends_lib port:lzo2 \ 22 22 port:openssl 23 23 24 24 configure.args --mandir=${prefix}/share/man \ … … 30 30 31 31 variant no_lzo { 32 32 configure.args-append --disable-lzo 33 depends_lib-delete port:lzo 33 depends_lib-delete port:lzo2 34 } 35 36 post-patch { 37 reinplace "s|lzo/lzo|lzo2/lzo|g" \ 38 "${worksrcpath}/configure" \ 39 "${worksrcpath}/lzo.h" 34 40 } 35 41 36 42 post-destroot {