freebsd-ports/net/gabber/files/patch-aa
Maxim Sobolev c51ca878b6 New gabber port. Gabber is a Jabber client for GNOME desktop.
PR:		19444
Submitted by:	Erich Zigler <erich@tacni.net>
2000-06-30 14:34:14 +00:00

11 lines
284 B
Text

--- jabberoo/src/sha.c.orig Wed Jun 21 22:38:30 2000
+++ jabberoo/src/sha.c Wed Jun 21 22:39:14 2000
@@ -45,7 +45,7 @@
#include <sys/stat.h>
#ifndef WIN32
#include <unistd.h>
-#include <endian.h>
+#include <machine/endian.h>
#define INT64 long long
#else
#include <string.h>