freebsd-ports/devel/gnome-vfs1/files/patch-ae
2000-08-17 16:41:12 +00:00

15 lines
361 B
Plaintext

--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000
@@ -29,7 +29,11 @@
#include <ctype.h>
#include <dirent.h>
#include <math.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>
+#endif
#include <string.h>
#include <sys/types.h>