Hello,

Please find a patch that fixes a problem with missing includes during
compilation of audacious-plugins.

Cheers,
Roger

diff -Nur /root/audio.orig//audacious-plugins/stdlib-string.patch package/audio//audacious-plugins/stdlib-string.patch
--- /root/audio.orig//audacious-plugins/stdlib-string.patch	1969-12-31 20:30:00.000000000 -0330
+++ package/audio//audacious-plugins/stdlib-string.patch	2010-11-19 16:27:05.000000000 -0330
@@ -0,0 +1,31 @@
+--- audacious-plugins-1.3.5/src/modplug/archive/arch_gzip.cxx.orig	2010-11-19 15:55:07.000000000 -0330
++++ audacious-plugins-1.3.5/src/modplug/archive/arch_gzip.cxx	2010-11-19 15:56:40.000000000 -0330
+@@ -10,6 +10,7 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <stdio.h>
++#include <string.h>
+ 
+ #include "arch_gzip.h"
+ 
+--- audacious-plugins-1.3.5/src/modplug/archive/arch_rar.cxx.orig	2010-11-19 16:04:38.000000000 -0330
++++ audacious-plugins-1.3.5/src/modplug/archive/arch_rar.cxx	2010-11-19 16:06:18.000000000 -0330
+@@ -10,6 +10,8 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <stdio.h>
++#include <string.h>
++#include <stdlib.h>
+ 
+ #include "arch_rar.h"
+ #include <iostream>
+
+--- audacious-plugins-1.3.5/src/modplug/archive/arch_raw.cxx.orig	2010-11-19 15:40:52.000000000 -0330
++++ audacious-plugins-1.3.5/src/modplug/archive/arch_raw.cxx	2010-11-19 15:42:40.000000000 -0330
+@@ -11,6 +11,7 @@
+ //mmap()
+ #include <unistd.h>
+ #include <sys/mman.h>
++#include <stdlib.h>
+ 
+ #include "arch_raw.h"
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to