From 54c086c129c88d664ff3008d1336164547b80e66 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Thu, 12 May 2005 17:45:30 +0000 Subject: Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the latest stable release wxWidgets 2.6.0. --- .../wxgtk28/files/patch-src-common-string.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 x11-toolkits/wxgtk28/files/patch-src-common-string.cpp (limited to 'x11-toolkits/wxgtk28/files/patch-src-common-string.cpp') diff --git a/x11-toolkits/wxgtk28/files/patch-src-common-string.cpp b/x11-toolkits/wxgtk28/files/patch-src-common-string.cpp deleted file mode 100644 index f88da4cc4be9..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-src-common-string.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/common/string.cpp.orig Mon Feb 21 15:53:48 2005 -+++ src/common/string.cpp Tue Feb 22 01:39:54 2005 -@@ -39,6 +39,7 @@ - #endif - - #include -+#include - #include - #include - -@@ -1956,6 +1957,9 @@ - // ok, there was enough space - break; - } -+ -+ if (errno != EOVERFLOW) -+ break; - - // still not enough, double it again - size *= 2; -- cgit v1.2.3