diff options
author | sem <sem@FreeBSD.org> | 2007-01-28 22:44:28 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-01-28 22:44:28 +0800 |
commit | 6b133729059014fc183c8756be3814f1ee5e2f66 (patch) | |
tree | 88fce76d677c1d29ae8b52de7a6d3de528a5f9cd | |
parent | a65155f897014e1c0547c78b06bee46e082c9bb9 (diff) | |
download | freebsd-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.h | 18 |
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 + { |