Ticket #43512: patch-weechat_port.diff
File patch-weechat_port.diff, 1.0 KB (added by anddam (Andrea D'Amore), 11 years ago) |
---|
-
Portfile
6 6 7 7 name weechat 8 8 version 0.4.3 9 revision 1 9 10 checksums rmd160 b9625a977d36757a4b8dfa560946f1604ba5f68a \ 10 11 sha256 a8ec847d331a1201de975530a22f1813c260db420c68675b2ecaa7bf3c7c3ff8 11 12 … … 37 38 port:libiconv \ 38 39 port:ncurses 39 40 41 depends_run-append port:curl-ca-bundle 42 40 43 configure.args-append \ 41 44 -DENABLE_GNUTLS=OFF \ 42 45 -DENABLE_LUA=OFF \ … … 44 47 -DENABLE_PERL=OFF \ 45 48 -DENABLE_PYTHON=OFF \ 46 49 -DENABLE_RUBY=OFF \ 47 -DENABLE_ASPELL=OFF 50 -DENABLE_ASPELL=OFF \ 51 -DCA_FILE=${prefix}/etc/openssl/cert.pem 48 52 49 53 variant aspell description {Support for aspell} { 50 54 configure.args-delete -DENABLE_ASPELL=OFF