Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-libfcgi_fcgio.cpp,v 1.1 2012/01/24 02:55:11 sbd Exp $
include <cstdio> for the EOF macro.
--- libfcgi/fcgio.cpp.orig 2012-01-24 02:50:08.663956233 +0000
+++ libfcgi/fcgio.cpp
@@ -23,6 +23,7 @@
#endif
#include <limits.h>
+#include <cstdio>
#include "fcgio.h"
using std::streambuf;