svn commit: r411657 - head/devel/cgilib/files

Dmitry Sivachenko demon at FreeBSD.org
Tue Mar 22 13:11:15 UTC 2016


Author: demon
Date: Tue Mar 22 13:11:14 2016
New Revision: 411657
URL: https://svnweb.freebsd.org/changeset/ports/411657

Log:
  Allow use cgilib from C++.
  
  Submitted by:	Sergei Tsetlin <htmlcoder at yandex.ru>

Added:
  head/devel/cgilib/files/patch-cgi.h   (contents, props changed)

Added: head/devel/cgilib/files/patch-cgi.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cgilib/files/patch-cgi.h	Tue Mar 22 13:11:14 2016	(r411657)
@@ -0,0 +1,11 @@
+--- cgi.h.orig	2008-04-06 13:43:42.000000000 +0400
++++ cgi.h	2016-03-18 01:18:48.000000000 +0400
+@@ -143,7 +143,7 @@
+ char *cgiEscape (char *string);
+ 
+ #ifdef __cplusplus
+-extern }
++}
+ #endif
+ 
+ #endif /* _CGI_H_ */


More information about the svn-ports-all mailing list