flite: SunOS dependencies need socket libs.
This commit is contained in:
parent
a54b15f6c7
commit
fc62809331
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2018/08/05 17:59:55 nia Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2022/12/02 15:30:25 jperkin Exp $
|
||||
|
||||
BUILDLINK_TREE+= flite
|
||||
|
||||
|
@ -7,6 +7,10 @@ FLITE_BUILDLINK3_MK:=
|
|||
|
||||
BUILDLINK_API_DEPENDS.flite+= flite>=1.3nb3
|
||||
BUILDLINK_PKGSRCDIR.flite?= ../../audio/flite
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
BUILDLINK_LDFLAGS.flite+= -lsocket -lnsl
|
||||
.endif
|
||||
.endif # FLITE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -flite
|
||||
|
|
Loading…
Reference in a new issue