diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-12 09:09:56 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-12 09:09:56 +0800 |
commit | e3d9be6a76a3e4c1f3a1b67e5fc48aecee90b22f (patch) | |
tree | f6ba182ee42742948d5fcf38ed8291a458064610 /audio/ccaudio2 | |
parent | 27bec54ca8026b758d97af446f17428f9fb14809 (diff) | |
download | freebsd-ports-gnome-e3d9be6a76a3e4c1f3a1b67e5fc48aecee90b22f.tar.gz freebsd-ports-gnome-e3d9be6a76a3e4c1f3a1b67e5fc48aecee90b22f.tar.zst freebsd-ports-gnome-e3d9be6a76a3e4c1f3a1b67e5fc48aecee90b22f.zip |
fix build on -stable
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/files/patch-src:dtmf.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp index eeedfcac6433..48d1c35a3e3e 100644 --- a/audio/ccaudio2/files/patch-src:dtmf.cpp +++ b/audio/ccaudio2/files/patch-src:dtmf.cpp @@ -1,7 +1,10 @@ ---- src/dtmf.cpp.orig Fri Feb 20 17:23:13 2004 -+++ src/dtmf.cpp Fri Feb 20 17:23:19 2004 -@@ -30,6 +30,7 @@ - #include <stdint.h> +--- src/dtmf.cpp.orig Wed Jul 23 19:52:40 2003 ++++ src/dtmf.cpp Fri Mar 12 09:08:50 2004 +@@ -27,9 +27,9 @@ + // + + #include <math.h> +-#include <stdint.h> #include <string.h> #include <stdio.h> +#include <stdlib.h> |