forked from openkylin/gimp
changed debian/source/format to native
This commit is contained in:
parent
9ef1a21f80
commit
cc2a0d1c39
|
@ -1,24 +0,0 @@
|
|||
From: Svante Signell <svante.signell@telia.com>
|
||||
Date: Sun, 1 Apr 2018 17:43:04 -0400
|
||||
Subject: Define PATH_MAX to fix build on the Hurd.
|
||||
|
||||
Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424
|
||||
Applied-upstream: no
|
||||
---
|
||||
libgimpbase/gimpreloc.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/libgimpbase/gimpreloc.c b/libgimpbase/gimpreloc.c
|
||||
index b9fa4df..8cd72f9 100644
|
||||
--- a/libgimpbase/gimpreloc.c
|
||||
+++ b/libgimpbase/gimpreloc.c
|
||||
@@ -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
|
|
@ -1,25 +0,0 @@
|
|||
From: Svante Signell <svante.signell@gmail.com>
|
||||
Date: Tue, 6 Aug 2019 21:04:22 +0200
|
||||
Subject: 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
|
||||
---
|
||||
plug-ins/common/qbist.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/plug-ins/common/qbist.c b/plug-ins/common/qbist.c
|
||||
index f8f94d4..6f1b582 100644
|
||||
--- 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,2 +0,0 @@
|
|||
01_hurd_ftbfs.patch
|
||||
02_hurd_ftbfs.patch
|
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Loading…
Reference in New Issue