diff --git a/srcpkgs/paps/patches/gcc14.patch b/srcpkgs/paps/patches/gcc14.patch new file mode 100644 index 00000000000..187fa654595 --- /dev/null +++ b/srcpkgs/paps/patches/gcc14.patch @@ -0,0 +1,11 @@ +--- a/src/paps.cc ++++ b/src/paps.cc +@@ -1073,7 +1073,7 @@ + const char *text) + { + const char *p = text; +- char *next; ++ const char *next; + gunichar wc; + GList *result = nullptr; + const char *last_para = text;