diff options
Diffstat (limited to 'chat/hexchat')
-rw-r--r-- | chat/hexchat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile index c583350d6e0..a29ee0afaa5 100644 --- a/chat/hexchat/Makefile +++ b/chat/hexchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2018/08/22 09:43:01 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2018/09/30 13:58:10 wiedi Exp $ DISTNAME= hexchat-2.14.1 PKGREVISION= 2 @@ -39,6 +39,8 @@ SOEXT.Darwin= dylib SOEXT.*= so PLIST_SUBST+= SOEXT=${SOEXT} +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../devel/py-meson/build.mk" .include "../../textproc/iso-codes/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" |