pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kakoune



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul 26 09:36:58 UTC 2019

Modified Files:
        pkgsrc/editors/kakoune: Makefile

Log Message:
kakoune: Link against -lsocket -lnsl on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/kakoune/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/kakoune/Makefile
diff -u pkgsrc/editors/kakoune/Makefile:1.2 pkgsrc/editors/kakoune/Makefile:1.3
--- pkgsrc/editors/kakoune/Makefile:1.2 Wed Jul 24 17:43:02 2019
+++ pkgsrc/editors/kakoune/Makefile     Fri Jul 26 09:36:58 2019
@@ -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



Home | Main Index | Thread Index | Old Index