1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Restore a patch which fix build with gcc 4.1. It was accidently removed

on the last update.

Reported by:	kris mail
This commit is contained in:
Sergey Matveychuk 2007-01-28 14:44:28 +00:00
parent d867bd15e4
commit f8a51bdf2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183541

View File

@ -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
{