summaryrefslogtreecommitdiff
path: root/net/gaim-snapshot/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /net/gaim-snapshot/files/patch-ad
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'net/gaim-snapshot/files/patch-ad')
-rw-r--r--net/gaim-snapshot/files/patch-ad19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/gaim-snapshot/files/patch-ad b/net/gaim-snapshot/files/patch-ad
deleted file mode 100644
index ba20344ce77b..000000000000
--- a/net/gaim-snapshot/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/gtkhtml.c.orig Mon Oct 9 13:34:59 2000
-+++ src/gtkhtml.c Tue Nov 14 17:28:27 2000
-@@ -3251,7 +3251,7 @@
- GdkFont *cfont;
- GdkRectangle area;
- char *ws,
-- tag[BUF_LONG],
-+ *tag,
- *c,
- *url = NULL;
- gint intag = 0,
-@@ -3295,6 +3295,7 @@
- c = text;
-
- ws = g_malloc(strlen(text) + 2);
-+ tag = g_malloc(strlen(text) + 2);
-
- while (*c)
- {