diff options
author | tron <tron> | 2001-08-07 14:57:57 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-07 14:57:57 +0000 |
commit | 2b50e6f94bfa2d9afc837487d46bdfd760b23c15 (patch) | |
tree | 140f4b7cdeacff7d89649c1e90ac21af6b2af294 /chat/xchat | |
parent | 58590c9ce79cf081d784a3b1b4c6a6073e21f741 (diff) | |
download | pkgsrc-2b50e6f94bfa2d9afc837487d46bdfd760b23c15.tar.gz |
Fix build problem exposed by "readline" package update.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/distinfo | 3 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index e4acad0f8ce..6358aef0785 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2001/07/31 09:48:53 tron Exp $ +$NetBSD: distinfo,v 1.4 2001/08/07 14:57:57 tron Exp $ SHA1 (xchat-1.8.2.tar.bz2) = 18fa80ddfe4863e92a03afbf5ea4302c82b14308 Size (xchat-1.8.2.tar.bz2) = 618960 bytes SHA1 (patch-aa) = d870e35dae1fdfe976cbe9572146438ae0620dd3 SHA1 (patch-ab) = 141689091f4533456050b1ab931af9390945d81f SHA1 (patch-ac) = 10dce1c565b8d95fd6b4941ddb1fbf7bb82e52ed +SHA1 (patch-ad) = cfc8885c4de11a426739638b32d661d458e8915e diff --git a/chat/xchat/patches/patch-ad b/chat/xchat/patches/patch-ad new file mode 100644 index 00000000000..9a1c779475c --- /dev/null +++ b/chat/xchat/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2001/08/07 14:57:58 tron Exp $ + +--- src/common/Makefile.in.orig Wed Jul 25 06:22:38 2001 ++++ src/common/Makefile.in Tue Aug 7 16:55:04 2001 +@@ -127,7 +127,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lintl + libxchatmain_a_LIBADD = + @DO_ICONV_FALSE@@DO_PYTHON_TRUE@@USE_OPENSSL_FALSE@@DO_PERL_FALSE@libxchatmain_a_OBJECTS = \ + @DO_ICONV_FALSE@@DO_PYTHON_TRUE@@USE_OPENSSL_FALSE@@DO_PERL_FALSE@cfgfiles.o \ |