aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2007-01-28 22:44:28 +0800
committersem <sem@FreeBSD.org>2007-01-28 22:44:28 +0800
commit6b133729059014fc183c8756be3814f1ee5e2f66 (patch)
tree88fce76d677c1d29ae8b52de7a6d3de528a5f9cd
parenta65155f897014e1c0547c78b06bee46e082c9bb9 (diff)
downloadfreebsd-ports-gnome-6b133729059014fc183c8756be3814f1ee5e2f66.tar.gz
freebsd-ports-gnome-6b133729059014fc183c8756be3814f1ee5e2f66.tar.zst
freebsd-ports-gnome-6b133729059014fc183c8756be3814f1ee5e2f66.zip
- Restore a patch which fix build with gcc 4.1. It was accidently removed
on the last update. Reported by: kris mail
-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
+ {