summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-16 20:08:25 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-16 20:08:25 +0000
commit5e04a50773dcbdcfa786b22f50a1ad85fd427926 (patch)
tree2e651cbe1c6b22741ebc18403d00097f5b0d181e
parent2bd3f21b3ad1270fd789239b6eee318099de02b9 (diff)
downloadpkgsrc-5e04a50773dcbdcfa786b22f50a1ad85fd427926.tar.gz
Global constants may not have non-trivial constructors.
-rw-r--r--textproc/FlightCrew/distinfo3
-rw-r--r--textproc/FlightCrew/patches/patch-src_XercesExtensions_LocationAwareDOMParser.cpp13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/FlightCrew/distinfo b/textproc/FlightCrew/distinfo
index 12f3a2865f5..988a6f9ea32 100644
--- a/textproc/FlightCrew/distinfo
+++ b/textproc/FlightCrew/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2012/01/16 21:09:23 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2012/11/16 20:08:25 joerg Exp $
SHA1 (FlightCrew-0.7.2-Code.zip) = 16afdb4fcb30275070907c27857f89930bd8a322
RMD160 (FlightCrew-0.7.2-Code.zip) = d6c71d8d1d9c79a0eaa211fea91cda5c1af84c7a
@@ -6,3 +6,4 @@ Size (FlightCrew-0.7.2-Code.zip) = 7794710 bytes
SHA1 (patch-CMakeLists.txt) = 8423ab7b53fad354e04fdfd159b070a8f8bf61f9
SHA1 (patch-src_FlightCrew_Validators_Opf_ReachabilityAnalysis.cpp) = 53fbd6e1b1b9a11739f16383406f10ddaa253293
SHA1 (patch-src_FlightCrew_tests_CMakeLists.txt) = a505955df3d6d1901f0a331311fa401ba9fec3ba
+SHA1 (patch-src_XercesExtensions_LocationAwareDOMParser.cpp) = 5c49d264d7257ea988ef1a8f335ec59799ff3fce
diff --git a/textproc/FlightCrew/patches/patch-src_XercesExtensions_LocationAwareDOMParser.cpp b/textproc/FlightCrew/patches/patch-src_XercesExtensions_LocationAwareDOMParser.cpp
new file mode 100644
index 00000000000..65290f8bd9d
--- /dev/null
+++ b/textproc/FlightCrew/patches/patch-src_XercesExtensions_LocationAwareDOMParser.cpp
@@ -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;
+