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-src_imlib_c,v 1.1 2012/06/23 19:58:51 dholland Exp $
Use standard headers. (limits.h required on Solaris)
--- src/imlib.c~ 2012-03-25 11:16:59.000000000 +0000
+++ src/imlib.c
@@ -34,6 +34,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#include <limits.h>
#ifdef HAVE_LIBCURL
#include <curl/curl.h>