aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-01-28 14:44:28 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-01-28 14:44:28 +0000
commitf8a51bdf2a59965d5d30f76fa57d6484aed2c1a5 (patch)
tree9dbf3c7cc2c8ca4fa63da4a5c304edf1d359fb95 /devel
parentd867bd15e41111695bce2a29d337050fefc4a37c (diff)
downloadports-f8a51bdf2a59965d5d30f76fa57d6484aed2c1a5.tar.gz
ports-f8a51bdf2a59965d5d30f76fa57d6484aed2c1a5.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ptypes/files/patch-include-ptypes.h18
1 files changed, 18 insertions, 0 deletions
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
+ {