tag 455291 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007): > Package: audacious-plugins > Version: 1.4.1-2 > Usertags: ftbfs-gcc-4.3
Please find attached a patch to fix this FTBFS. Nice build system, by the way: | if $compile_line ; then \ | printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mxs_fileinfo.c\033[0;32m.\033[0m\n"; \ | else \ | printf "\033[K\033[0;31mFailed to compile \033[1;31mxs_fileinfo.c\033[0;31m!\033[0m\n"; exit 1; \ | fi -- Cyril Brulebois
--- a/src/modplug/archive/arch_gzip.cxx
+++ b/src/modplug/archive/arch_gzip.cxx
@@ -13,6 +13,8 @@
#include "arch_gzip.h"
+#include <cstring>
+
arch_Gzip::arch_Gzip(const string& aFileName)
{
--- a/src/modplug/archive/arch_rar.cxx
+++ b/src/modplug/archive/arch_rar.cxx
@@ -15,6 +15,7 @@
#include "arch_rar.h"
#include <iostream>
#include <vector>
+#include <cstring>
arch_Rar::arch_Rar(const string& aFileName)
{
signature.asc
Description: Digital signature

