summaryrefslogtreecommitdiff
path: root/chat/irchat-pj/patches/patch-aa
diff options
context:
space:
mode:
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)