mirror of https://gitee.com/openkylin/gimp.git
Define PATH_MAX to fix build on the Hurd.
Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 Applied-upstream: no Gbp-Pq: Name 01_hurd_ftbfs.patch
This commit is contained in:
parent
75898b21f8
commit
442a11caee
|
@ -27,6 +27,9 @@
|
|||
|
||||
#include "gimpreloc.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Find the canonical filename of the executable. Returns the filename
|
||||
|
|
Loading…
Reference in New Issue