summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2018-09-30 13:58:10 +0000
committerwiedi <wiedi@pkgsrc.org>2018-09-30 13:58:10 +0000
commitd76f726477de28f67dc1259885d98160c7dd40f3 (patch)
treefc777ac1c5fca3d97351c7ccfa5c63b6b57df090 /chat
parente2f36b6543512faec3324d6fbe679ac40197f7af (diff)
downloadpkgsrc-d76f726477de28f67dc1259885d98160c7dd40f3.tar.gz
hexchat: link network libs on SunOS
Diffstat (limited to 'chat')
-rw-r--r--chat/hexchat/Makefile4
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"