debian/patches/02_hurd_ftbfs.patch: Fix FTBFS on hurd-i386

Thanks: Svante Signell <svante.signell@gmail.com>
Closes: #934077
This commit is contained in:
Laurent Bigonville
2021-03-20 11:41:57 +01:00
parent 5e2599acef
commit 833f1f5281
2 changed files with 13 additions and 0 deletions

12
debian/patches/02_hurd_ftbfs.patch vendored Normal file
View File

@ -0,0 +1,12 @@
--- a/plug-ins/common/qbist.c
+++ b/plug-ins/common/qbist.c
@@ -38,6 +38,9 @@
#include "libgimp/stdplugins-intl.h"
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
/** qbist renderer ***********************************************************/

View File

@ -1 +1,2 @@
01_hurd_ftbfs.patch
02_hurd_ftbfs.patch