Tue Dec 10 14:04:31 2013 UTC ()
Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.


(jperkin)
diff -r1.2 -r1.3 pkgsrc/net/chimera/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/net/chimera/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/chimera/Attic/Makefile 2012/10/23 17:18:13 1.2
+++ pkgsrc/net/chimera/Attic/Makefile 2013/12/10 14:04:31 1.3
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:13 asau Exp $ 1# $NetBSD: Makefile,v 1.3 2013/12/10 14:04:31 jperkin Exp $
2 2
3DISTNAME= chimera-1.20 3DISTNAME= chimera-1.20
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.cs.ucsb.edu/~ravenben/chimera/download/ 5MASTER_SITES= http://www.cs.ucsb.edu/~ravenben/chimera/download/
6 6
7MAINTAINER= agc@NetBSD.org 7MAINTAINER= agc@NetBSD.org
8HOMEPAGE= http://pdos.csail.mit.edu/chord/ 8HOMEPAGE= http://pdos.csail.mit.edu/chord/
9COMMENT= Distributed Hash Table implementation 9COMMENT= Distributed Hash Table implementation
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12WRKSRC= ${WRKDIR}/chimera 12WRKSRC= ${WRKDIR}/chimera
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
17AUTO_MKDIRS= yes 17AUTO_MKDIRS= yes
18 18
 19LDFLAGS.SunOS+= -lsocket -lnsl
 20
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"