From 4a2edbd84a0ccb64c07bc8f21e2aff96286d5c78 Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 21 Feb 2005 19:58:30 +0000 Subject: - Prevent endless loop in wxString::PrintV. - Bump PORTREVISION. --- .../wxgtk26/files/patch-src-common-string.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-toolkits/wxgtk26/files/patch-src-common-string.cpp (limited to 'x11-toolkits/wxgtk26') diff --git a/x11-toolkits/wxgtk26/files/patch-src-common-string.cpp b/x11-toolkits/wxgtk26/files/patch-src-common-string.cpp new file mode 100644 index 00000000000..f88da4cc4be --- /dev/null +++ b/x11-toolkits/wxgtk26/files/patch-src-common-string.cpp @@ -0,0 +1,20 @@ +--- 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 mg src='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats