openbsd-ports/www/kazehakase/patches/patch-src_net_kz-http_c
landry cb27d75f62 WIP on unbreaking kazehakase:
- update to 0.5.8
- backport upstream svn r3871 to let it build with latest gtk+2
- switch to xulrunner 1.9.x (breaks gecko backend while here)
- don't try to create a dbus server socket in a non-existent dir
It is still badly broken, as upstream doesn't seem to care about
shipping working stuff... but at least it builds and packages.
2010-05-06 19:25:51 +00:00

12 lines
325 B
Plaintext

$OpenBSD: patch-src_net_kz-http_c,v 1.1 2010/05/06 19:25:51 landry Exp $
--- src/net/kz-http.c.orig Mon May 3 22:01:54 2010
+++ src/net/kz-http.c Mon May 3 22:02:01 2010
@@ -25,7 +25,6 @@
# include "config.h"
#endif /* HAVE_CONFIG_H */
-#include <features.h>
#define __USE_XOPEN
#include <time.h>
#include "gnet.h"