- added patches fix build with gcc14 + wordcut-gcc14.patch OBS-URL: https://build.opensuse.org/request/show/1173877 OBS-URL: https://build.opensuse.org/package/show/M17N/wordcut?expand=0&rev=16
12 lines
333 B
Diff
12 lines
333 B
Diff
Index: wordcut-0.5.1b2/wordcut/xmalloc.h
|
|
===================================================================
|
|
--- wordcut-0.5.1b2.orig/wordcut/xmalloc.h
|
|
+++ wordcut-0.5.1b2/wordcut/xmalloc.h
|
|
@@ -37,5 +37,6 @@
|
|
#ifndef __XMALLOC_H__
|
|
#define __XMALLOC_H__
|
|
void* xmalloc(size_t size);
|
|
+void* xrealloc(void *ptr,size_t size);
|
|
#endif
|
|
|