commit: dda04268ab0b85d9ba3709b545c0c2f388dd22ca Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Apr 4 20:01:10 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Apr 5 00:06:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda04268
games-misc/bsd-games: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/20258 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> games-misc/bsd-games/files/bsd-games-2.17-headers.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/games-misc/bsd-games/files/bsd-games-2.17-headers.patch b/games-misc/bsd-games/files/bsd-games-2.17-headers.patch deleted file mode 100644 index 418d411660e..00000000000 --- a/games-misc/bsd-games/files/bsd-games-2.17-headers.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://bugs.gentoo.org/128348 - ---- a/include/stdio.h -+++ b/include/stdio.h -@@ -35,5 +35,11 @@ - #include_next <stdio.h> - - #ifndef HAVE_fgetln -+#ifdef __cplusplus -+extern "C" { -+#endif - extern char *fgetln(FILE *stream, size_t *len); -+#ifdef __cplusplus -+} -+#endif - #endif
