From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- ...t.c-add-include-statement-for-MIN-and-MAX.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-libs/gf2x/files/gf2x-1.3.0-0001-src-tunefft.c-add-include-statement-for-MIN-and-MAX.patch (limited to 'dev-libs/gf2x/files') diff --git a/dev-libs/gf2x/files/gf2x-1.3.0-0001-src-tunefft.c-add-include-statement-for-MIN-and-MAX.patch b/dev-libs/gf2x/files/gf2x-1.3.0-0001-src-tunefft.c-add-include-statement-for-MIN-and-MAX.patch new file mode 100644 index 000000000000..cc1bd0f46a9d --- /dev/null +++ b/dev-libs/gf2x/files/gf2x-1.3.0-0001-src-tunefft.c-add-include-statement-for-MIN-and-MAX.patch @@ -0,0 +1,29 @@ +From 292b5784d907f420886e50d5683517b8fe1abe3c Mon Sep 17 00:00:00 2001 +From: Bernd Waibel +Date: Sat, 5 Jun 2021 18:29:08 +0200 +Subject: [PATCH] src/tunefft.c: add include statement for MIN and MAX + +Add #include to have MIN and MAX available +for next_step function. + +Bug: https://bugs.gentoo.org/719982 +Signed-off-by: Bernd Waibel +--- + src/tunefft.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/tunefft.c b/src/tunefft.c +index a08d82a..f5abc82 100644 +--- a/src/tunefft.c ++++ b/src/tunefft.c +@@ -65,6 +65,7 @@ + #include /* for DBL_MAX */ + #include + #include /* for uname */ ++#include /* for MIN, MAX */ + #include "gf2x.h" + #include "gf2x/gf2x-impl.h" + #include "timing.h" +-- +2.31.1 + -- cgit v1.2.3