Author: amateja Date: Sat Oct 3 10:22:44 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial from fedora
---- Files affected: packages/mumble: mumble-compile-fix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mumble/mumble-compile-fix.patch diff -u /dev/null packages/mumble/mumble-compile-fix.patch:1.1 --- /dev/null Sat Oct 3 12:22:44 2009 +++ packages/mumble/mumble-compile-fix.patch Sat Oct 3 12:22:39 2009 @@ -0,0 +1,12 @@ +--- mumble-1.1.8/src/murmur/murmur_pch.h.debug 2009-03-23 00:05:01.000000000 +0900 ++++ mumble-1.1.8/src/murmur/murmur_pch.h 2009-05-17 01:02:54.000000000 +0900 +@@ -43,7 +43,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> +-#include <sys/types.h> ++#include <linux/types.h> + #include <sys/socket.h> + #ifdef Q_OS_LINUX + #include <sys/capability.h> + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
