diff options
Diffstat (limited to 'audio/ccaudio2/files')
-rw-r--r-- | audio/ccaudio2/files/patch-config:ltmain.sh | 15 | ||||
-rw-r--r-- | audio/ccaudio2/files/patch-src:dtmf.cpp | 10 |
2 files changed, 25 insertions, 0 deletions
diff --git a/audio/ccaudio2/files/patch-config:ltmain.sh b/audio/ccaudio2/files/patch-config:ltmain.sh new file mode 100644 index 0000000..2aeb7ae --- /dev/null +++ b/audio/ccaudio2/files/patch-config:ltmain.sh @@ -0,0 +1,15 @@ +--- config/ltmain.sh.orig Fri Feb 20 17:25:13 2004 ++++ config/ltmain.sh Fri Feb 20 17:25:25 2004 +@@ -5428,10 +5428,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp new file mode 100644 index 0000000..eeedfca --- /dev/null +++ b/audio/ccaudio2/files/patch-src:dtmf.cpp @@ -0,0 +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> + #include <string.h> + #include <stdio.h> ++#include <stdlib.h> + #include <time.h> + #include <fcntl.h> + #include "audio.h" |