SunOS requires extra libs for networking.
This commit is contained in:
parent
b900988891
commit
beeaf65738
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:54 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/01/02 18:56:20 darcy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= generate-2.2
|
||||
|
@ -15,6 +15,8 @@ MAKE_ENV+= MANDIR=${LOCALBASE}/man
|
|||
MAKE_ENV+= BINDIR=${LOCALBASE}/bin
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
LIBS.SunOS+= -lnsl -lsocket
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PYBINMODULE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue