diff options
author | wiedi <wiedi@pkgsrc.org> | 2018-09-30 13:58:10 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2018-09-30 13:58:10 +0000 |
commit | d76f726477de28f67dc1259885d98160c7dd40f3 (patch) | |
tree | fc777ac1c5fca3d97351c7ccfa5c63b6b57df090 /chat/hexchat | |
parent | e2f36b6543512faec3324d6fbe679ac40197f7af (diff) | |
download | pkgsrc-d76f726477de28f67dc1259885d98160c7dd40f3.tar.gz |
hexchat: link network libs on SunOS
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" |