martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
843 stars 108 forks source link

Debian Patch: FTBFS on the Hurd (undefined PATH_MAX) #139

Closed polkornyipt closed 2 months ago

polkornyipt commented 2 months ago

Debian Bug report logs - #1002713

The package fails to build from source on GNU/Hurd because the macro PATH_MAX is not defined on that platform. This is a known common problem https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#PATH_MAX_tt_MAX_PATH_tt_MAXPATHL

The patch is attached to the bug fix-ftbfs-hurd.patch