mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
paps: fix gcc14 build const char ptr
This commit is contained in:
parent
a6464dc1cd
commit
55d1b4f64c
1 changed files with 11 additions and 0 deletions
11
srcpkgs/paps/patches/gcc14.patch
Normal file
11
srcpkgs/paps/patches/gcc14.patch
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue