37 | | # see #27598 |
38 | | # this block is taken from the nodejs port |
39 | | pre-configure { |
40 | | foreach {badport badfile} "libproxy ${prefix}/include/proxy.h" { |
41 | | if {[file exists ${badfile}]} { |
42 | | ui_error "${name} cannot be built while ${badport} is active." |
43 | | ui_error "Please deactivate ${badport} and try again." |
44 | | ui_error "You can reactivate ${badport} again later." |
45 | | return -code error "${badport} is installed" |
46 | | } |
47 | | } |
48 | | } |
| 38 | # libproxy's proxy.h shadows bitlbee's; see #27598 |
| 39 | conflicts_build libproxy |