diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-04 22:01:10 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-05 02:06:31 +0200 |
commit | dda04268ab0b85d9ba3709b545c0c2f388dd22ca (patch) | |
tree | 5a6dc87eb4445d309aafe60b4e4e6c2e3abf8671 /games-misc/bsd-games | |
parent | dev-db/redis: remove unused patch (diff) | |
download | gentoo-dda04268ab0b85d9ba3709b545c0c2f388dd22ca.tar.gz gentoo-dda04268ab0b85d9ba3709b545c0c2f388dd22ca.tar.bz2 gentoo-dda04268ab0b85d9ba3709b545c0c2f388dd22ca.zip |
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@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-misc/bsd-games')
-rw-r--r-- | games-misc/bsd-games/files/bsd-games-2.17-headers.patch | 16 |
1 files changed, 0 insertions, 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 418d411660e0..000000000000 --- 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 |