Fix build on Solaris per pkg/43707 - no revision bump since other
platforms are unaffected and Solaris did not build before
This commit is contained in:
parent
1db46943ca
commit
44a215ee9e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.175 2010/06/03 01:00:46 dsainty Exp $
|
||||
# $NetBSD: Makefile,v 1.176 2010/08/20 16:33:10 tez Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
|
@ -25,6 +25,8 @@ PKGCONFIG_OVERRIDE+= gio-unix-2.0.pc.in
|
|||
# need pcre utf8 + unicode-properties
|
||||
BUILDLINK_API_DEPENDS.pcre+= pcre>=7.4nb1
|
||||
|
||||
LIBS.SunOS+= -lnsl -lsocket
|
||||
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue