svn commit: r361711 - branches/2014Q3/comms/fldigi/files

Stephen Hurd shurd at FreeBSD.org
Sun Jul 13 21:29:40 UTC 2014


Author: shurd
Date: Sun Jul 13 21:29:39 2014
New Revision: 361711
URL: http://svnweb.freebsd.org/changeset/ports/361711
QAT: https://qat.redports.org/buildarchive/r361711/

Log:
  MFH: r361113 - Fix compilation using Clang
  
  Approved by:    portmgr (erwin)

Added:
  branches/2014Q3/comms/fldigi/files/patch-src_spot_pskrep.cxx
     - copied unchanged from r361113, head/comms/fldigi/files/patch-src_spot_pskrep.cxx

Copied: branches/2014Q3/comms/fldigi/files/patch-src_spot_pskrep.cxx (from r361113, head/comms/fldigi/files/patch-src_spot_pskrep.cxx)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q3/comms/fldigi/files/patch-src_spot_pskrep.cxx	Sun Jul 13 21:29:39 2014	(r361711, copy of r361113, head/comms/fldigi/files/patch-src_spot_pskrep.cxx)
@@ -0,0 +1,11 @@
+--- src/spot/pskrep.cxx.orig	2014-07-04 15:11:14.000000000 -0700
++++ src/spot/pskrep.cxx	2014-07-04 15:13:32.000000000 -0700
+@@ -50,7 +50,7 @@
+ #include <algorithm>
+ #include <fstream>
+ 
+-#if GCC_VER_OK
++#if GCC_VER_OK || HAVE_STD_HASH
+ #	if HAVE_STD_HASH
+ #		define MAP_TYPE std::unordered_map
+ #		define HASH_TYPE std::hash


More information about the svn-ports-branches mailing list