summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-26 09:36:58 +0000
committernia <nia@pkgsrc.org>2019-07-26 09:36:58 +0000
commit5198e40e03ff3b08304fe29e9b488ea9734a53b9 (patch)
tree3f6c26bd76fcf6009433f55cc704b19656a34d00 /editors
parent915fc2ef2b2d0f3a6bd98b439bc7fcad462d5a5f (diff)
downloadpkgsrc-5198e40e03ff3b08304fe29e9b488ea9734a53b9.tar.gz
kakoune: Link against -lsocket -lnsl on SunOS
Diffstat (limited to 'editors')
-rw-r--r--editors/kakoune/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
index c32d3337b06..f4b42301e4c 100644
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/07/24 17:43:02 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/26 09:36:58 nia Exp $
DISTNAME= kakoune-2019.07.01
CATEGORIES= editors
@@ -18,6 +18,8 @@ USE_LANGUAGES= c c++17
# C++17
GCC_REQD+= 7
+LDFLAGS.SunOS+= -lsocket -lnsl
+
FAKE_NCURSES= yes
MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1