diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-05 13:56:41 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-05 13:56:41 +0000 |
commit | e8d1f5152f95fb376ca973593f85342d301eb181 (patch) | |
tree | 63a4896b2788b72e89f8a3521d0babf6cf842096 /net-analyzer/rtpbreak/files | |
parent | Bump cppserv to 0.2.4 (diff) | |
download | gentoo-2-e8d1f5152f95fb376ca973593f85342d301eb181.tar.gz gentoo-2-e8d1f5152f95fb376ca973593f85342d301eb181.tar.bz2 gentoo-2-e8d1f5152f95fb376ca973593f85342d301eb181.zip |
Version bump, new homepage and add ~amd64 keyword
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/rtpbreak/files')
-rw-r--r-- | net-analyzer/rtpbreak/files/rtpbreak-1.3a-limits.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/rtpbreak/files/rtpbreak-1.3a-limits.patch b/net-analyzer/rtpbreak/files/rtpbreak-1.3a-limits.patch new file mode 100644 index 000000000000..78cb5f9a5a78 --- /dev/null +++ b/net-analyzer/rtpbreak/files/rtpbreak-1.3a-limits.patch @@ -0,0 +1,10 @@ +--- rtpbreak-1.3a/src/common.h.orig 2009-02-05 14:49:50.000000000 +0100 ++++ rtpbreak-1.3a/src/common.h 2009-02-05 14:49:57.000000000 +0100 +@@ -30,6 +30,7 @@ + #include <stdio.h> + #include <string.h> + #include <errno.h> ++#include <limits.h> + + + /* const */ |