summaryrefslogtreecommitdiff
path: root/sys-apps/plocate/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-04 13:38:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-04 13:38:05 +0000
commit65e4244e411c4f65f55f2aa91f39e228f4c0680b (patch)
tree8b41c53639e40128179128339b45b0ed05984142 /sys-apps/plocate/files
parent5ae7efc9abae6bb8f8fac438298427769a91f5ad (diff)
gentoo auto-resync : 04:03:2023 - 13:38:04
Diffstat (limited to 'sys-apps/plocate/files')
-rw-r--r--sys-apps/plocate/files/plocate-1.1.18-missing-include.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/plocate/files/plocate-1.1.18-missing-include.patch b/sys-apps/plocate/files/plocate-1.1.18-missing-include.patch
new file mode 100644
index 000000000000..d5a5043a0858
--- /dev/null
+++ b/sys-apps/plocate/files/plocate-1.1.18-missing-include.patch
@@ -0,0 +1,21 @@
+https://git.sesse.net/?p=plocate;a=commitdiff;h=a81eb2f2369de18d2376e266b36d2f32fff7600f
+https://bugs.gentoo.org/899550
+
+From a81eb2f2369de18d2376e266b36d2f32fff7600f Mon Sep 17 00:00:00 2001
+From: "Steinar H. Gunderson" <steinar+git@gunderson.no>
+Date: Wed, 8 Feb 2023 22:46:51 +0100
+Subject: [PATCH] Add missing <inttypes.h> #include.
+
+Reported by sudhanshu goswami.
+--- a/updatedb.cpp
++++ b/updatedb.cpp
+@@ -39,6 +39,7 @@ any later version.
+ #include <fcntl.h>
+ #include <getopt.h>
+ #include <grp.h>
++#include <inttypes.h>
+ #include <iosfwd>
+ #include <math.h>
+ #include <memory>
+--
+2.39.2