diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 02:11:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 02:11:42 +0000 |
commit | 821392f16dd22e5f34a5fd2c7e8c9f7ac81349f3 (patch) | |
tree | 9af04191b819c8078e8f9fecf22272fddcf1847a /chat | |
parent | eabd6a52dc4269c7ff5b60999fe962fa65ab3d94 (diff) | |
download | pkgsrc-821392f16dd22e5f34a5fd2c7e8c9f7ac81349f3.tar.gz |
this needs -lnsl -lsocket on Solaris.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irchat-pj/Makefile | 5 | ||||
-rw-r--r-- | chat/irchat-pj/distinfo | 3 | ||||
-rw-r--r-- | chat/irchat-pj/patches/patch-aa | 13 |
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) |