summaryrefslogtreecommitdiff
path: root/ham/fldigi/patches/patch-src_misc_dxcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ham/fldigi/patches/patch-src_misc_dxcc.cxx')
-rw-r--r--ham/fldigi/patches/patch-src_misc_dxcc.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/ham/fldigi/patches/patch-src_misc_dxcc.cxx b/ham/fldigi/patches/patch-src_misc_dxcc.cxx
index e9bf8ad8d39..24a82426046 100644
--- a/ham/fldigi/patches/patch-src_misc_dxcc.cxx
+++ b/ham/fldigi/patches/patch-src_misc_dxcc.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_misc_dxcc.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_misc_dxcc.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/misc/dxcc.cxx.orig 2013-05-03 14:21:04.000000000 +0000
+++ src/misc/dxcc.cxx