1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/gide/files/patch-ax
Chris D. Faulhaber c7ebf682d0 Update port to 0.1.7
PR:		17050
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 03:04:32 +00:00

15 lines
306 B
Plaintext

--- src/GtkEditor/gtkeditor/gtkhint.c.orig Mon Dec 6 01:40:45 1999
+++ src/GtkEditor/gtkeditor/gtkhint.c Mon Feb 28 01:41:00 2000
@@ -31,7 +31,11 @@
#include <gtk/gtktext.h>
#include "gtkeditor.h"
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include "regex.h"
+#endif
#include "gtkhint.h"