diff options
| author | Stanisław Pitucha <stan.pitucha@envato.com> | 2023-02-18 00:14:45 +1100 |
|---|---|---|
| committer | Stanisław Pitucha <stan.pitucha@envato.com> | 2023-02-18 00:14:45 +1100 |
| commit | 33ed801e7385772d9e71f2df33cc60709711259e (patch) | |
| tree | bcdc1020e191906832a26e2864077cfe0a2263c8 /pkgs/development/python-modules/rangehttpserver | |
| parent | a366e69a1211e5cc6ca423ecdb6b6319396d91a1 (diff) | |
rubyPackages.eventmachine: fix darwin build
This fixes the build of mailcatcher (and maybe others).
Fixes:
```
em.cpp:1232:40: error: invalid operands to binary expression ('__bind<int &, sockaddr *&, int &>' and 'int')
if (bind (sd, bind_to, bind_to_size) < 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
```
Where `bind` is treated as `std::bind` rather than `::bind` in newer C++
standards.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
