diff options
author | tron <tron@pkgsrc.org> | 2001-08-12 10:50:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-12 10:50:42 +0000 |
commit | d358e13d63e1fd496645217ed16176e2e4c07213 (patch) | |
tree | caaffd634700a7ebfe52c2ce29a27056233887c2 /chat/xchat | |
parent | b43943971a0b82974ce5092915485e1159f7f82d (diff) | |
download | pkgsrc-d358e13d63e1fd496645217ed16176e2e4c07213.tar.gz |
Fix another sporadic occuring build problem.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/distinfo | 3 | ||||
-rw-r--r-- | chat/xchat/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
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 |