diff options
author | 2009-09-26 13:22:11 +0000 | |
---|---|---|
committer | 2009-09-26 13:22:11 +0000 | |
commit | f61c0a06a57c557fa17aaf411f3d1dbe53734720 (patch) | |
tree | a2355677793afa936aa64a636eb5714a2f89bdcc /media-libs/rubberband/files/rubberband-1.4-gcc44.patch | |
parent | Marking ntfs3g-2009.3.8 ppc64 for bug 272355 (diff) | |
download | gentoo-2-f61c0a06a57c557fa17aaf411f3d1dbe53734720.tar.gz gentoo-2-f61c0a06a57c557fa17aaf411f3d1dbe53734720.tar.bz2 gentoo-2-f61c0a06a57c557fa17aaf411f3d1dbe53734720.zip |
version bump
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/rubberband/files/rubberband-1.4-gcc44.patch')
-rw-r--r-- | media-libs/rubberband/files/rubberband-1.4-gcc44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/rubberband/files/rubberband-1.4-gcc44.patch b/media-libs/rubberband/files/rubberband-1.4-gcc44.patch new file mode 100644 index 000000000000..6556df486ccb --- /dev/null +++ b/media-libs/rubberband/files/rubberband-1.4-gcc44.patch @@ -0,0 +1,12 @@ +Index: rubberband-1.4/src/system/sysutils.h +=================================================================== +--- rubberband-1.4.orig/src/system/sysutils.h ++++ rubberband-1.4/src/system/sysutils.h +@@ -81,6 +81,7 @@ inline float princargf(float a) { return + + #include <sys/mman.h> + #include <dlfcn.h> ++#include <stdio.h> // perror + + #define MLOCK(a,b) ::mlock((char *)(a),(b)) + #define MUNLOCK(a,b) (::munlock((char *)(a),(b)) ? (::perror("munlock failed"), 0) : 0) |