diff options
Diffstat (limited to 'print/lyx16/files/patch-src::BoostFormat.h')
-rw-r--r-- | print/lyx16/files/patch-src::BoostFormat.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/lyx16/files/patch-src::BoostFormat.h b/print/lyx16/files/patch-src::BoostFormat.h new file mode 100644 index 000000000000..5926d34fad7f --- /dev/null +++ b/print/lyx16/files/patch-src::BoostFormat.h @@ -0,0 +1,13 @@ +$NetBSD$ + +--- ./src/BoostFormat.h.orig 2002-11-25 12:44:44.000000000 -0700 ++++ ./src/BoostFormat.h +@@ -15,7 +15,7 @@ namespace boost + { + + extern +-template basic_format<char>; ++template class basic_format<char>; + + extern template + std::ostream & |