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-src_XercesExtensions_LocationAwareDOMParser.cpp,v 1.1 2012/11/16 20:08:25 joerg Exp $
--- src/XercesExtensions/LocationAwareDOMParser.cpp.orig 2012-11-16 11:24:04.000000000 +0000
+++ src/XercesExtensions/LocationAwareDOMParser.cpp
@@ -29,7 +29,7 @@
// super class call the handle() method of the handler.
// We only ever need a single handler and a const one at that... this could
// also easily go into a singleton, but this approach is simpler.
-static const XercesExt::LocationInfoDataHandler LOCATION_DATA_HANDLER;
+static XercesExt::LocationInfoDataHandler LOCATION_DATA_HANDLER;
const char *LOCATION_INFO_KEY = "LocationInfoKey";
typedef unsigned int uint;