Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-middle-pgsql.cpp,v 1.1 2015/06/10 01:48:49 wiedi Exp $
Need alloca.h on SunOS
--- middle-pgsql.cpp.orig 2015-04-30 04:15:07.000000000 +0000
+++ middle-pgsql.cpp
@@ -33,6 +33,10 @@ using namespace std;
#define alloca _alloca
#endif
+#if defined(__sun)
+#include <alloca.h>
+#endif
+
#include <libpq-fe.h>
#include "osmtypes.hpp"