add socket libs required on Solaris.
This commit is contained in:
parent
90e735e60c
commit
6463f019d6
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2004/01/10 02:15:29 kleink Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2004/01/27 14:14:35 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jwhois-3.2.2
|
||||
|
@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|||
CONFIGURE_ARGS+= --localstatedir=/var/db
|
||||
CONFIGURE_ARGS+= --with-cache
|
||||
|
||||
LIBS.SunOS+= -lnsl -lsocket
|
||||
|
||||
INFO_FILES= jwhois.info
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/jwhois
|
||||
|
|
Loading…
Reference in a new issue