Commits
Ryan Schmidt authored 29e88fd3c8b
68 68 | patch-dnssd-fd-check.diff \ |
69 69 | patch-openssl-1.1.0.diff |
70 70 | |
71 71 | post-patch { |
72 72 | foreach f [glob -directory ${worksrcpath} waf waf-light wafadmin/*.py wafadmin/*/*.py waftools/ruby.py] { |
73 73 | reinplace -locale C "s|^#! */usr/bin/env python\$|#!${waf.python}|" ${f} |
74 74 | } |
75 75 | } |
76 76 | |
77 77 | configure.args --conf-prefix=${prefix} \ |
78 - | --nocache \ |
79 78 | --without-optionals python |
80 79 | |
81 80 | variant cpp description {C++ development support} { |
82 81 | depends_lib-append port:boost |
83 82 | } |
84 83 | if {![variant_isset cpp]} { |
85 84 | configure.args-append --without-optionals xmmsclient++,xmmsclient++-glib |
86 85 | } |
87 86 | |
88 87 | variant perl description {Perl development support} { |