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
commite3580abf3485f1e257a18ace7b0f4adcd1e53645 (patch)
tree279068ff4b269c96f1b6cec96d7e617bdb0f3154 /editors
parent1c6d1600e5b75fc11410e2fd808c52743272128d (diff)
downloadpkgsrc-e3580abf3485f1e257a18ace7b0f4adcd1e53645.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