mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
48d56577d5
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.
28 lines
696 B
Plaintext
28 lines
696 B
Plaintext
--- 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 */
|