summaryrefslogtreecommitdiff
path: root/www/gtkhtml/files/patch-src::htmltext.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-27 05:03:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-27 05:03:00 +0000
commit0b0565b9c236ca5cff76e913e583d56e67c40dcd (patch)
tree934a8288edc5d5234d191bbb6ad9862453c87c9f /www/gtkhtml/files/patch-src::htmltext.c
parentSet the $scripts directory to the same as $dir to make these more useful (diff)
Don't link with libgnuregex - the benefit is unclear (if any), while it causes
certain problems on -stable when editing html text (evolution et al). Reported by: Mark Sergeant <msergeant@looksmart.net> Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=56729
Diffstat (limited to '')
-rw-r--r--www/gtkhtml/files/patch-src::htmltext.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/gtkhtml/files/patch-src::htmltext.c b/www/gtkhtml/files/patch-src::htmltext.c
deleted file mode 100644
index 0cfe711701ba..000000000000
--- a/www/gtkhtml/files/patch-src::htmltext.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$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"