nixpkgs/pkgs/games/rili
Sergei Trofimovich 9acfaa8c61 rili: fix build on gcc-11
Without the change the build fails on `master` as:

```
tableau.cc:90:9: error: ordered comparison of pointer with integer zero ('unsigned char*' and 'int')
   90 |   if(Buf<=0) return false;
      |      ~~~^~~
```
2022-04-21 07:59:42 +01:00
..
default.nix rili: fix build on gcc-11 2022-04-21 07:59:42 +01:00
moderinze_cpp.patch