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_include_fst_difference.h,v 1.1 2012/07/03 17:42:05 joerg Exp $
--- src/include/fst/difference.h.orig 2012-07-03 09:58:16.000000000 +0000
+++ src/include/fst/difference.h
@@ -95,7 +95,7 @@ class DifferenceFst : public ComposeFst<
copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
opts.matcher2);
- SetImpl(Init(fst1, cfst, copts));
+ this->SetImpl(this->Init(fst1, cfst, copts));
uint64 props1 = fst1.Properties(kFstProperties, false);
uint64 props2 = fst2.Properties(kFstProperties, false);