tags 441557 + patch kthxbye Attached is a patch to fix the libofa FTBFS.
-- brian m. carlson / brian with sandals: Houston, Texas, US +1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only a typesetting engine: http://crustytoothpaste.ath.cx/~bmc/code/thwack OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur libofa.old/examples/example.cpp libofa-0.9.3/examples/example.cpp --- libofa.old/examples/example.cpp 2006-05-10 18:05:37.000000000 +0000 +++ libofa-0.9.3/examples/example.cpp 2007-12-29 18:06:15.000000000 +0000 @@ -9,6 +9,8 @@ #include "protocol.h" +#include <string.h> + AudioData* loadWaveFile(char *file); AudioData* loadDataUsingLAME(char *file); diff -ur libofa.old/examples/protocol.cpp libofa-0.9.3/examples/protocol.cpp --- libofa.old/examples/protocol.cpp 2006-05-10 18:05:42.000000000 +0000 +++ libofa-0.9.3/examples/protocol.cpp 2007-12-29 18:06:16.000000000 +0000 @@ -8,6 +8,7 @@ -------------------------------------------------------------------*/ #include <stdio.h> #include <stdlib.h> +#include <cstring> #include <string> #include <map> #include <expat.h>
signature.asc
Description: Digital signature

