summaryrefslogtreecommitdiff
path: root/chat/xchat/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-08-07 14:57:57 +0000
committertron <tron@pkgsrc.org>2001-08-07 14:57:57 +0000
commitea627eca2aed5a2fa429b9aee3a6bbc33e023467 (patch)
tree140f4b7cdeacff7d89649c1e90ac21af6b2af294 /chat/xchat/patches
parentf5995540996925342754e6657d956a322501b9fa (diff)
downloadpkgsrc-ea627eca2aed5a2fa429b9aee3a6bbc33e023467.tar.gz
Fix build problem exposed by "readline" package update.
Diffstat (limited to 'chat/xchat/patches')
-rw-r--r--chat/xchat/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
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 \