Add socket libraries on SunOS. Fix from Sebastian Wiedenroth.
This commit is contained in:
parent
35ffdf20f2
commit
c9c9458845
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.26 2012/12/12 12:04:51 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2013/10/24 09:32:08 jperkin Exp $
|
||||
|
||||
DISTNAME= ng-1.4.4
|
||||
CATEGORIES= editors japanese
|
||||
|
@ -29,6 +29,8 @@ BUILD_TARGET= ng
|
|||
|
||||
INSTALLATION_DIRS= bin share/doc/ng share/examples/ng
|
||||
|
||||
LDFLAGS.SunOS+= -lsocket -lnsl
|
||||
|
||||
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
|
||||
post-patch:
|
||||
cd ${WRKSRC}; ${LN} -s sys/sysv/Makefile .
|
||||
|
|
Loading…
Reference in a new issue