summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-04-03 08:56:00 +1000
committerMatt Jolly <kangie@gentoo.org>2024-04-03 09:07:02 +1000
commit8a8dedd139be1a2008ac2b7752ed61f06560e8fe (patch)
treee54fc3bedfad316cbe3b4ba18331efa9e48aa84a /x11-wm
parentx11-wm/fvwm3: drop 1.1.0 (diff)
downloadgentoo-8a8dedd139be1a2008ac2b7752ed61f06560e8fe.tar.gz
gentoo-8a8dedd139be1a2008ac2b7752ed61f06560e8fe.tar.bz2
gentoo-8a8dedd139be1a2008ac2b7752ed61f06560e8fe.zip
x11-wm/fvwm3: drop unused patch.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'x11-wm')
-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