summaryrefslogtreecommitdiff
path: root/app-office/lyx/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-20 15:52:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-20 15:52:41 +0100
commitb3830a745865c7d85daf3317603ad23dac6434da (patch)
tree8bacb840498f00754dc51ec2ab76bb175f52fc58 /app-office/lyx/files
parent547caa904733bc2a3ac112415990a114ecbe8824 (diff)
gentoo auto-resync : 20:10:2023 - 15:52:41
Diffstat (limited to 'app-office/lyx/files')
-rw-r--r--app-office/lyx/files/lyx-2.3.6.1-gcc12.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-office/lyx/files/lyx-2.3.6.1-gcc12.patch b/app-office/lyx/files/lyx-2.3.6.1-gcc12.patch
deleted file mode 100644
index b1acbdb9087d..000000000000
--- a/app-office/lyx/files/lyx-2.3.6.1-gcc12.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://src.fedoraproject.org/rpms/lyx/raw/rawhide/f/lyx-2.3.6-fix-gcc12.patch
-https://bugs.gentoo.org/841743
---- a/src/insets/InsetListings.cpp
-+++ b/src/insets/InsetListings.cpp
-@@ -44,6 +44,7 @@
-
- #include "support/regex.h"
-
-+#include <cstring>
- #include <sstream>
-
- using namespace std;
---- a/src/lyxfind.cpp
-+++ b/src/lyxfind.cpp
-@@ -52,6 +52,7 @@
- #include "support/lstrings.h"
-
- #include "support/regex.h"
-+#include <iterator>
-
- using namespace std;
- using namespace lyx::support;