mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
15 lines
361 B
Plaintext
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>
|
|
|