diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 20:16:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 20:16:20 +0000 |
commit | 98f0d12144c8fcdc23a02d24585532540e638c7a (patch) | |
tree | 2bb2b66c10d39c3ab566102ab7c047093e2d9dc4 /www/libgtkhtml/files/patch-src::htmltext.c | |
parent | Update to 0.19.1. (diff) |
Update to 1.0.2.
Notes
Notes:
svn path=/head/; revision=56647
Diffstat (limited to 'www/libgtkhtml/files/patch-src::htmltext.c')
-rw-r--r-- | www/libgtkhtml/files/patch-src::htmltext.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/libgtkhtml/files/patch-src::htmltext.c b/www/libgtkhtml/files/patch-src::htmltext.c new file mode 100644 index 000000000000..0cfe711701ba --- /dev/null +++ b/www/libgtkhtml/files/patch-src::htmltext.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/htmltext.c 2002/03/25 14:12:56 1.1 ++++ src/htmltext.c 2002/03/25 14:13:10 +@@ -25,7 +25,7 @@ + #include <stdio.h> + #include <string.h> + #include <sys/types.h> +-#include <regex.h> ++#include <gnuregex.h> + #include <gal/widgets/e-unicode.h> + + #include "htmltext.h" |