summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-07-23 15:01:32 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-07-23 15:01:32 +0000
commitfd542a0a4dd284714b51fbc4adf21c22509c271f (patch)
tree235abb75253fff11d41b39721f4fc56a111bbc27 /dev-libs/jrtplib/files/jrtplib-3.7.1-gcc-4.4.patch
parentarm/ia64/m68k/s390/sh/sparc stable wrt #274403 (diff)
downloadhistorical-fd542a0a4dd284714b51fbc4adf21c22509c271f.tar.gz
historical-fd542a0a4dd284714b51fbc4adf21c22509c271f.tar.bz2
historical-fd542a0a4dd284714b51fbc4adf21c22509c271f.zip
Fix gcc-4.4 compilation issue. Move to EAPI-2. Cleaning. Fix bug 277762.
Package-Manager: portage-13845-svn/cvs/Linux i686
Diffstat (limited to 'dev-libs/jrtplib/files/jrtplib-3.7.1-gcc-4.4.patch')
-rw-r--r--dev-libs/jrtplib/files/jrtplib-3.7.1-gcc-4.4.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/jrtplib/files/jrtplib-3.7.1-gcc-4.4.patch b/dev-libs/jrtplib/files/jrtplib-3.7.1-gcc-4.4.patch
new file mode 100644
index 000000000000..ecbce3568063
--- /dev/null
+++ b/dev-libs/jrtplib/files/jrtplib-3.7.1-gcc-4.4.patch
@@ -0,0 +1,10 @@
+--- src/rtpdefines.h.old 2009-07-23 16:55:04.000000000 +0000
++++ src/rtpdefines.h 2009-07-23 16:55:35.000000000 +0000
+@@ -79,6 +79,7 @@
+ #define RTP_SNPRINTF _snprintf
+ #endif
+ #else
++ #include <stdio.h>
+ #define RTP_SNPRINTF snprintf
+ #endif // WIN32 || _WIN32_WCE
+