diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-08-10 19:46:01 +0200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-08-10 14:51:31 -0400 |
commit | 0f5d80fff533639508147b2ed3e1b694d3c93a8e (patch) | |
tree | 3670a1d88b3ce5446d4876e05c94a349038c0992 /sci-libs | |
parent | www-client/firefox: fix typo in pkg_postinst about nouveau+hwaccel (diff) | |
download | gentoo-0f5d80fff533639508147b2ed3e1b694d3c93a8e.tar.gz gentoo-0f5d80fff533639508147b2ed3e1b694d3c93a8e.tar.bz2 gentoo-0f5d80fff533639508147b2ed3e1b694d3c93a8e.zip |
sci-libs/fplll: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/26817
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fplll/files/fplll-5.4.0-gcc11.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/fplll/files/fplll-5.4.0-gcc11.patch b/sci-libs/fplll/files/fplll-5.4.0-gcc11.patch deleted file mode 100644 index 935d342cda14..000000000000 --- a/sci-libs/fplll/files/fplll-5.4.0-gcc11.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 1d7dded000e425bb103841e68c79f81b335b7271 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Fran=C3=A7ois=20Bissey?= <frp.bissey@gmail.com> -Date: Sat, 1 May 2021 08:19:41 +1200 -Subject: [PATCH] minimal change to compile with gcc-11 - ---- - fplll/enum/enumerate_ext_api.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/fplll/enum/enumerate_ext_api.h b/fplll/enum/enumerate_ext_api.h -index 387a1461..803c870e 100644 ---- a/fplll/enum/enumerate_ext_api.h -+++ b/fplll/enum/enumerate_ext_api.h -@@ -18,6 +18,7 @@ - #define FPLLL_ENUMERATE_EXT_API_H - - #include <array> -+#include <cstdint> - #include <functional> - #include <memory> - |