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,21 @@
$NetBSD: patch-config.cpp,v 1.2 2013/01/15 15:32:59 joerg Exp $
--- config.cpp.orig 2005-06-20 11:20:44.000000000 +0000
+++ config.cpp
@@ -19,6 +19,7 @@
// the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
//
+#include <string.h>
#include "config.hpp"
static void
@@ -64,7 +65,7 @@ get_boolean (char *value)
}
-Options::Options(char *n = NULL)
+Options::Options(char *n)
{
if (n)