mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b021babcfb
particular types of files, using an index, aimed for the GNOME environment in general, and Nautilus in particular.
15 lines
397 B
Plaintext
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 */
|