summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-07-05 20:32:33 +0000
committertron <tron>1999-07-05 20:32:33 +0000
commit9aeba7396c2c5159256b7817a8c5f61309785604 (patch)
treeddc7624fbdc1bbb6b92a00b55cca1c90f62b0ada /net
parent5666eeacad8072094f85ff6900eacd69d0f90c58 (diff)
downloadpkgsrc-9aeba7396c2c5159256b7817a8c5f61309785604.tar.gz
"xchat" needs to be linked against ORBit shared libraries.
Diffstat (limited to 'net')
-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 \