1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/gide/files/patch-ay
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
328 B
Plaintext

--- src/GtkEditor/gtkeditor/internal.h.orig Mon Oct 11 09:49:57 1999
+++ src/GtkEditor/gtkeditor/internal.h Mon Feb 28 01:33:16 2000
@@ -24,7 +24,11 @@
#define INTERNAL_H
#include <sys/types.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>
+#endif
#include "gtkeditor.h"
#include "syntaxtable.h"