From 2c3779c0eaad1793eaaa6481d5e1b38eb1448623 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 18 Sep 2004 19:25:00 +0000 Subject: [PATCH] fake: ggrab: add gcc34.patch one times enum is sufficient ;) [2004091205093921353] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4275 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/tibit/ggrab/gcc34.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/tibit/ggrab/gcc34.patch diff --git a/package/tibit/ggrab/gcc34.patch b/package/tibit/ggrab/gcc34.patch new file mode 100644 index 000000000..a3201b81b --- /dev/null +++ b/package/tibit/ggrab/gcc34.patch @@ -0,0 +1,11 @@ +--- ./pesstream.h.orig 2004-09-12 05:05:58.767961504 +0200 ++++ ./pesstream.h 2004-09-12 05:06:13.109781216 +0200 +@@ -25,7 +25,7 @@ + private: + static int m_st_nr; + int m_nr; +- enum S_TYPE m_stype; ++ S_TYPE m_stype; + class CBuffer * mp_cbuf; + class xlist * mp_list; +