pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/kakoune kakoune: Link against -lsocket -lnsl o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d6565ef2e17
branches:  trunk
changeset: 336853:7d6565ef2e17
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 26 09:36:58 2019 +0000

description:
kakoune: Link against -lsocket -lnsl on SunOS

diffstat:

 editors/kakoune/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8d48b98443ae -r 7d6565ef2e17 editors/kakoune/Makefile
--- a/editors/kakoune/Makefile  Fri Jul 26 09:10:41 2019 +0000
+++ b/editors/kakoune/Makefile  Fri Jul 26 09:36:58 2019 +0000
@@ -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 @@
 # C++17
 GCC_REQD+=     7
 
+LDFLAGS.SunOS+=        -lsocket  -lnsl
+
 FAKE_NCURSES=  yes
 
 MAKE_FLAGS+=   mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index