summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-12-01 20:38:41 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2024-12-01 20:39:05 -0800
commitc3c7109c9383582faff4f2c45b0073cd58bd859e (patch)
tree25e27a22549627360fda69e7b7b9bd0d24c82f33 /net-mail/safecat/files
parentmedia-gfx/librecad: drop 2.1.3-r7, 2.2.0 (diff)
downloadgentoo-c3c7109c9383582faff4f2c45b0073cd58bd859e.tar.gz
gentoo-c3c7109c9383582faff4f2c45b0073cd58bd859e.tar.bz2
gentoo-c3c7109c9383582faff4f2c45b0073cd58bd859e.zip
net-mail/safecat: GCC15 fixes
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/945487
Diffstat (limited to 'net-mail/safecat/files')
-rw-r--r--net-mail/safecat/files/safecat-1.13-gcc15.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/safecat/files/safecat-1.13-gcc15.patch b/net-mail/safecat/files/safecat-1.13-gcc15.patch
new file mode 100644
index 000000000000..48f5f90c7453
--- /dev/null
+++ b/net-mail/safecat/files/safecat-1.13-gcc15.patch
@@ -0,0 +1,11 @@
+diff -Nuar safecat-1.13.orig/exit.h safecat-1.13/exit.h
+--- safecat-1.13.orig/exit.h 2000-02-28 20:10:12.000000000 -0800
++++ safecat-1.13/exit.h 2024-12-01 20:31:38.729548653 -0800
+@@ -1,6 +1,6 @@
+ #ifndef EXIT_H
+ #define EXIT_H
+
+-extern void _exit();
++extern void _exit(int);
+
+ #endif