From 82541e264ce58eadb4f221f31a1904fab76a8787 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 12 Aug 2001 10:50:42 +0000 Subject: Fix another sporadic occuring build problem. --- chat/xchat/distinfo | 3 ++- chat/xchat/patches/patch-af | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 chat/xchat/patches/patch-af (limited to 'chat/xchat') diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index 080a5bf5cbf..8a9514dbe6a 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2001/08/11 23:14:46 tron Exp $ +$NetBSD: distinfo,v 1.6 2001/08/12 10:50:42 tron Exp $ SHA1 (xchat-1.8.2.tar.bz2) = 18fa80ddfe4863e92a03afbf5ea4302c82b14308 Size (xchat-1.8.2.tar.bz2) = 618960 bytes @@ -7,3 +7,4 @@ SHA1 (patch-ab) = 141689091f4533456050b1ab931af9390945d81f SHA1 (patch-ac) = 10dce1c565b8d95fd6b4941ddb1fbf7bb82e52ed SHA1 (patch-ad) = cfc8885c4de11a426739638b32d661d458e8915e SHA1 (patch-ae) = 49e7b9283fb6f499dedd123bdac3d2571e4ef44a +SHA1 (patch-af) = 248017552da1189cb23c6ed26494b7395256217c diff --git a/chat/xchat/patches/patch-af b/chat/xchat/patches/patch-af new file mode 100644 index 00000000000..7d2337db445 --- /dev/null +++ b/chat/xchat/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2001/08/12 10:50:43 tron Exp $ + +--- src/fe-text/Makefile.in.orig Sun Aug 12 12:37:54 2001 ++++ src/fe-text/Makefile.in Sun Aug 12 12:43:12 2001 +@@ -119,7 +119,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lintl + @USE_MYGLIB_FALSE@xchat_text_OBJECTS = fe-text.o + @USE_MYGLIB_TRUE@xchat_text_OBJECTS = fe-text.o glib.o + xchat_text_DEPENDENCIES = ../common/libxchatmain.a -- cgit v1.2.3