made kadu compilable again on x86-64 NixOS platform
svn path=/nixpkgs/trunk/; revision=25709
This commit is contained in:
parent
ff52b21fe8
commit
59e243b062
@ -19,6 +19,10 @@ stdenv.mkDerivation {
|
|||||||
prePatch = ''
|
prePatch = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
./includes.patch
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An instance messanger client for the gadu-gadu network (most popular polish IM network)";
|
description = "An instance messanger client for the gadu-gadu network (most popular polish IM network)";
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
--- kadu/kadu-core/main.cpp 2011-01-27 22:58:22.000000000 +0100
|
||||||
|
+++ kadu/kadu-core/main.cpp 2011-01-27 22:58:28.000000000 +0100
|
||||||
|
@@ -20,10 +20,8 @@
|
||||||
|
#include <winsock2.h>
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
-#ifdef Q_OS_BSD4
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
-#endif
|
||||||
|
|
||||||
|
#include "config_file.h"
|
||||||
|
#include "debug.h"
|
Loading…
x
Reference in New Issue
Block a user