summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm3/files/fvwm3-1.0.8-implicit-function-decl-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm3/files/fvwm3-1.0.8-implicit-function-decl-configure.patch')
-rw-r--r--x11-wm/fvwm3/files/fvwm3-1.0.8-implicit-function-decl-configure.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/fvwm3/files/fvwm3-1.0.8-implicit-function-decl-configure.patch b/x11-wm/fvwm3/files/fvwm3-1.0.8-implicit-function-decl-configure.patch
deleted file mode 100644
index 374afddcd6e4..000000000000
--- a/x11-wm/fvwm3/files/fvwm3-1.0.8-implicit-function-decl-configure.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://github.com/fvwmorg/fvwm3/pull/914
-From: Matt Jolly <Matt.Jolly@footclan.ninja>
-Date: Tue, 17 Oct 2023 16:01:33 +1000
-Subject: [PATCH] Fix implicit function declaration in configure
-
-Missing unistd.h include for `close` and `unlink`
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -996,6 +996,7 @@ AC_DEFUN([AM_SAFETY_CHECK_MKSTEMP],[
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <unistd.h>
- int main(void)
- {
- char template[128];
---
-2.42.0