openbsd-ports/net/ekg/patches/patch-src_stuff_c
jasper 957ce66fef - use the external libgadu library, instead of the bundled one.
from pld linux, via mikolaj kucharski
maintainer timed-out
2011-04-06 09:35:03 +00:00

18 lines
412 B
Plaintext

$OpenBSD: patch-src_stuff_c,v 1.1 2011/04/06 09:35:03 jasper Exp $
- external libgadu support, from cvs.pld-linux.org
--- src/stuff.c.orig Sat Apr 28 21:02:24 2007
+++ src/stuff.c Wed Mar 30 00:32:56 2011
@@ -53,9 +53,8 @@
#include <unistd.h>
#include "commands.h"
-#include "compat.h"
#include "dynstuff.h"
-#include "libgadu.h"
+#include <libgadu.h>
#ifdef HAVE_OPENSSL
# include "simlite.h"
#endif