1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/gnome-vfs1/files/patch-ae

11 lines
298 B
Plaintext
Raw Normal View History

2000-11-03 17:51:47 +00:00
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000
@@ -32,3 +32,7 @@
#include <sys/types.h>
2000-08-17 16:41:12 +00:00
+#ifdef __FreeBSD__
2000-07-05 22:01:40 +00:00
+#include <gnuregex.h>
+#else
#include <regex.h>
+#endif
#include <string.h>