summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 02:11:42 +0000
committergrant <grant@pkgsrc.org>2004-06-12 02:11:42 +0000
commit085d57aeb65de93950bb1c6691a8de6296dc7862 (patch)
tree9af04191b819c8078e8f9fecf22272fddcf1847a /chat
parentcacfe89a6072650c67a41f2e9f20ffee1c596b79 (diff)
downloadpkgsrc-085d57aeb65de93950bb1c6691a8de6296dc7862.tar.gz
this needs -lnsl -lsocket on Solaris.
Diffstat (limited to 'chat')
-rw-r--r--chat/irchat-pj/Makefile5
-rw-r--r--chat/irchat-pj/distinfo3
-rw-r--r--chat/irchat-pj/patches/patch-aa13
3 files changed, 19 insertions, 2 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile
index 9d6c85c2ff5..d9714d0e7ec 100644
--- a/chat/irchat-pj/Makefile
+++ b/chat/irchat-pj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/14 08:19:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/12 02:11:42 grant Exp $
DISTNAME= irchat-pj-2.4.24.22
CATEGORIES= chat
@@ -21,4 +21,7 @@ INSTALL_TARGET= install-package
PKG_FAIL_REASON+= "Unknown Emacs flavor"
.endif
+LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS="${LIBS}"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/irchat-pj/distinfo b/chat/irchat-pj/distinfo
index 52940c86a3a..cf50d2cc70d 100644
--- a/chat/irchat-pj/distinfo
+++ b/chat/irchat-pj/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/01/11 15:25:14 uebayasi Exp $
+$NetBSD: distinfo,v 1.3 2004/06/12 02:11:42 grant Exp $
SHA1 (irchat-pj-2.4.24.22.tar.gz) = 0b6dddb7912dd3f299871a42e64c316a92ecc38b
Size (irchat-pj-2.4.24.22.tar.gz) = 98227 bytes
+SHA1 (patch-aa) = ba02dd82c57bb2dfb7482f6e371bfef94e72d317
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)