diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-25 15:34:23 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-25 15:34:23 +0000 |
commit | ad4d885f34727b433468c423557f4c0948500e9a (patch) | |
tree | f0515f5f2de5a56e61c06b0a95ed82ef18c644ee /comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp | |
parent | - update to 0.0.18 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=299947
Diffstat (limited to 'comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp')
-rw-r--r-- | comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp b/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp new file mode 100644 index 000000000000..26ac2d8b879f --- /dev/null +++ b/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp @@ -0,0 +1,10 @@ +--- ../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)) + + + |