mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
--- 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>
|
|
+#ifdef __FreeBSD__
|
|
+#include <gnuregex.h>
|
|
+#else
|
|
#include <regex.h>
|
|
+#endif
|
|
#include <string.h>
|