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,23 @@
$NetBSD: patch-src_utils.cpp,v 1.1 2013/05/23 15:07:58 joerg Exp $
--- src/utils.cpp.orig 2013-05-23 10:52:37.000000000 +0000
+++ src/utils.cpp
@@ -4,4 +4,9 @@
//
// Copyright(C) 2001-2008 Taku Kudo <taku@chasen.org>
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@@ -16,8 +21,4 @@
#include "utils.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
namespace CaboCha {