freebsd-ports/sysutils/medusa/files/patch-af
Ade Lovett 48d56577d5 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00

27 lines
696 B
Text

--- medusa-idled/medusa-idled-client.c.orig Fri Jan 12 18:23:43 2001
+++ medusa-idled/medusa-idled-client.c Mon Jan 29 13:36:20 2001
@@ -33,5 +33,5 @@
#include <string.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
-#include <sys/types.h>
#include <sys/un.h>
--- indexer/medusa-file-index-daemon.c.orig Thu Feb 22 06:58:10 2001
+++ indexer/medusa-file-index-daemon.c Fri Mar 2 13:46:16 2001
@@ -44,3 +44,8 @@
#include <sys/un.h>
+#ifdef __FreeBSD__
+#include <sys/param.h>
+#include <sys/mount.h>
+#else
#include <sys/vfs.h>
+#endif
@@ -49,3 +54,5 @@
#elif defined(HAVE_STATFS)
+#ifndef __FreeBSD__
#include <sys/statfs.h>
+#endif
#endif /* HAVE_STATVFS */