1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/gnomevfs/files/patch-ae

15 lines
361 B
Plaintext
Raw Normal View History

2000-08-17 16:41:12 +00:00
--- 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 @@
2000-07-05 22:01:40 +00:00
#include <ctype.h>
#include <dirent.h>
2000-08-17 16:41:12 +00:00
#include <math.h>
+#ifdef __FreeBSD__
2000-07-05 22:01:40 +00:00
+#include <gnuregex.h>
+#else
#include <regex.h>
+#endif
#include <string.h>
#include <sys/types.h>