freebsd-ports/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp
Michael Scheidell ad4d885f34 Addport: ports/comms: Repeater controller and EchoLink (simplex or repeater) software
including a GUI, Qtel - The Qt EchoLink client, written using the Qt widget toolkit.

WWW: http://sourceforge.net/apps/trac/svxlink

PR:		ports/168452
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2012-06-25 15:34:23 +00:00

10 lines
265 B
C++

--- ../svxlink-11.05.orig/svxlink/trx/SwDtmfDecoder.cpp 2010-05-16 09:32:17.000000000 -0700
+++ svxlink/trx/SwDtmfDecoder.cpp 2012-05-28 10:27:56.000000000 -0700
@@ -37,6 +37,7 @@
#include <cstdlib>
#include <stdint.h>
+#define exp10f(x) exp((x)*log(10))