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,13 @@
$NetBSD: patch-ad,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
--- modules/FrontEnd/scim_socket_frontend.cpp.orig 2008-11-02 06:42:11.000000000 +0000
+++ modules/FrontEnd/scim_socket_frontend.cpp
@@ -51,7 +51,7 @@
using namespace scim;
-static Pointer <SocketFrontEnd> _scim_frontend (0);
+static Pointer <SocketFrontEnd> _scim_frontend = Pointer<SocketFrontEnd>(0);
static int _argc;
static char **_argv;