summaryrefslogtreecommitdiff
path: root/games/gnomoku/files/patch-fdstream.h
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-12-13 05:10:38 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-12-13 05:10:38 +0000
commit6cb331a221e70523e311b05791f55f43780cd0d7 (patch)
tree0dcc5f8befc7cb747dd9ddc298a8b6c43b04b1d8 /games/gnomoku/files/patch-fdstream.h
parentRemove, it has been unmaintain for years and no port depend on it. (diff)
Remove, it has been unmaintain for years and GNOME 1.x is dead.
Notes
Notes: svn path=/head/; revision=123882
Diffstat (limited to 'games/gnomoku/files/patch-fdstream.h')
-rw-r--r--games/gnomoku/files/patch-fdstream.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/gnomoku/files/patch-fdstream.h b/games/gnomoku/files/patch-fdstream.h
deleted file mode 100644
index 612a0018dc4f..000000000000
--- a/games/gnomoku/files/patch-fdstream.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- fdstream.h 2002/02/05 13:25:12 1.1
-+++ fdstream.h 2002/02/05 13:36:05
-@@ -26,6 +26,8 @@
-
- namespace Gnomoku
- {
-+ typedef char char_type;
-+
- class fdstreambuf : public std::streambuf
- {
- int buf_size;