summaryrefslogtreecommitdiff
path: root/net/xchat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-07-05 20:32:33 +0000
committertron <tron@pkgsrc.org>1999-07-05 20:32:33 +0000
commit4c7a3a01cde20858bc82f1c0fe6873d89adee4e3 (patch)
treeddc7624fbdc1bbb6b92a00b55cca1c90f62b0ada /net/xchat
parentd44ab0dbcd400dddc68a20f888a9a37f2b8c7f22 (diff)
downloadpkgsrc-4c7a3a01cde20858bc82f1c0fe6873d89adee4e3.tar.gz
"xchat" needs to be linked against ORBit shared libraries.
Diffstat (limited to 'net/xchat')
-rw-r--r--net/xchat/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xchat/patches/patch-aa b/net/xchat/patches/patch-aa
new file mode 100644
index 00000000000..8dbe7a6fd79
--- /dev/null
+++ b/net/xchat/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 1999/07/05 20:32:33 tron Exp $
+
+--- src/Makefile.in.orig Mon Jun 28 06:46:12 1999
++++ src/Makefile.in Mon Jul 5 22:18:02 1999
+@@ -110,7 +110,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ `orbit-config --libs client`
+ xchat_OBJECTS = chanlist.o cfgfiles.o ctcp.o dcc.o dialog.o draw.o \
+ editlist.o fkeys.o gtkutil.o history.o inbound.o lastlog.o maingui.o \
+ menu.o notify.o outbound.o perl.o plugin.o rawlog.o server.o \