1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/medusa/files/patch-ac
Ade Lovett b021babcfb Medusa is software that allows you to quickly search your system for
particular types of files, using an index, aimed for the GNOME
environment in general, and Nautilus in particular.
2000-08-18 15:09:37 +00:00

15 lines
397 B
Plaintext

--- libmedusa-internal/medusa-text-index-mime-module.c.orig Fri Jul 14 21:54:26 2000
+++ libmedusa-internal/medusa-text-index-mime-module.c Thu Aug 17 10:06:12 2000
@@ -32,7 +32,11 @@
#include <glib.h>
#include <ctype.h>
#include <string.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>
+#endif
struct MedusaTextIndexMimeModule {
/* These lists should be short */