forked from openkylin/gimp
qbist: Define PATH_MAX on Hurd
Bug-Debian: https://bugs.debian.org/934077 Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 Applied-upstream: no Gbp-Pq: Name 02_hurd_ftbfs.patch
This commit is contained in:
parent
442a11caee
commit
9ef1a21f80
|
@ -38,6 +38,9 @@
|
|||
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
/** qbist renderer ***********************************************************/
|
||||
|
||||
|
|
Loading…
Reference in New Issue