summaryrefslogtreecommitdiff
path: root/chat/irchat-pj/patches/patch-aa
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 02:11:42 +0000
committergrant <grant>2004-06-12 02:11:42 +0000
commitf1979a554fc930c9abfc7671758a5411e607c973 (patch)
tree9af04191b819c8078e8f9fecf22272fddcf1847a /chat/irchat-pj/patches/patch-aa
parent730818fec9935d7bba09e6a83ee71f1fa557bdf8 (diff)
downloadpkgsrc-f1979a554fc930c9abfc7671758a5411e607c973.tar.gz
this needs -lnsl -lsocket on Solaris.
Diffstat (limited to 'chat/irchat-pj/patches/patch-aa')
-rw-r--r--chat/irchat-pj/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/irchat-pj/patches/patch-aa b/chat/irchat-pj/patches/patch-aa
new file mode 100644
index 00000000000..dd184fc2ca7
--- /dev/null
+++ b/chat/irchat-pj/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/12 02:11:42 grant Exp $
+
+--- Makefile.orig 2002-07-19 03:15:54.000000000 +1000
++++ Makefile
+@@ -59,7 +59,7 @@ install-pj:
+
+ # dcc
+ $(DCC_BIN): $(DCC_SRC)
+- $(LD) -o $@ $(DCC_SRC) $(LDFLAGS)
++ $(LD) -o $@ $(DCC_SRC) $(LDFLAGS) $(LIBS)
+
+ install-dcc: $(DCC_BIN)
+ $(EMACS) -batch -q -no-site-file -l ./$(MAKE) -f install-dcc $(DCCDIR)