From 6b133729059014fc183c8756be3814f1ee5e2f66 Mon Sep 17 00:00:00 2001 From: sem Date: Sun, 28 Jan 2007 14:44:28 +0000 Subject: - Restore a patch which fix build with gcc 4.1. It was accidently removed on the last update. Reported by: kris mail --- devel/ptypes/files/patch-include-ptypes.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/ptypes/files/patch-include-ptypes.h diff --git a/devel/ptypes/files/patch-include-ptypes.h b/devel/ptypes/files/patch-include-ptypes.h new file mode 100644 index 000000000000..90d698a0565c --- /dev/null +++ b/devel/ptypes/files/patch-include-ptypes.h @@ -0,0 +1,18 @@ +--- include/ptypes.h.orig Sun Jan 28 16:02:10 2007 ++++ include/ptypes.h Sun Jan 28 16:45:21 2007 +@@ -71,6 +71,7 @@ + + ptpublic extern char* emptystr; + ++class variant; + + class ptpublic string + { +@@ -871,6 +872,7 @@ + VAR_COMPOUND = VAR_STRING + }; + ++class _varray; + + class ptpublic variant + { -- cgit