freebsd-ports/devel/gtranslator/files/patch-src::find.c
Maxim Sobolev 1ab381ec91 Distfile had been rerolled without version bump, therefore update checksum.
There are some non-whitespace differencies beween the old and new versions,
so that bump PORTREVISION.

Submitted by:	bento
2002-03-15 09:39:01 +00:00

14 lines
262 B
C

$FreeBSD$
--- src/find.c 2002/03/15 09:02:54 1.1
+++ src/find.c 2002/03/15 09:03:04
@@ -31,7 +31,7 @@
#include "utils.h"
#include <string.h>
-#include <regex.h>
+#include <gnuregex.h>
#include <gtk/gtkeditable.h>
#include <libgnomeui/gnome-app-util.h>