diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-22 16:29:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 14:10:54 +0100 |
commit | 1e2b7c81afac9290b3d65d38355c50ff926dc20c (patch) | |
tree | d5bc7e3f321f6d6c0df2e1ccb85753f4214c38f8 /games-util | |
parent | games-strategy/freecol: remove unused patch (diff) | |
download | gentoo-1e2b7c81afac9290b3d65d38355c50ff926dc20c.tar.gz gentoo-1e2b7c81afac9290b3d65d38355c50ff926dc20c.tar.bz2 gentoo-1e2b7c81afac9290b3d65d38355c50ff926dc20c.zip |
games-util/catcodec: remove unused patches
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/catcodec/files/catcodec-1.0.3-gcc47.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch b/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch deleted file mode 100644 index a36546a43aab..000000000000 --- a/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN src/io.cpp.orig src/io.cpp ---- src/io.cpp.orig 2012-05-19 20:48:05.930777509 +0200 -+++ src/io.cpp 2012-05-19 20:49:04.303822711 +0200 -@@ -20,6 +20,8 @@ - - /** @file io.cpp Implementation of reading/writing to files */ - -+#include <unistd.h> -+ - #include "stdafx.h" - #include "io.hpp" - -diff -ruN src/catcodec.cpp.orig src/catcodec.cpp ---- src/catcodec.cpp.orig 2012-05-19 20:47:55.847255343 +0200 -+++ src/catcodec.cpp 2012-05-19 20:48:38.937144091 +0200 -@@ -22,6 +22,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <unistd.h> - - #include "stdafx.h" - #include "io.hpp" - |