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:
12
debian/patches/02_hurd_ftbfs.patch
vendored
Normal file
12
debian/patches/02_hurd_ftbfs.patch
vendored
Normal 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 ***********************************************************/
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
||||
01_hurd_ftbfs.patch
|
||||
02_hurd_ftbfs.patch
|
||||
|
Reference in New Issue
Block a user