pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/kali Needs -lnsl on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efdf494a2b1c
branches:  trunk
changeset: 352796:efdf494a2b1c
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Sep 19 05:52:45 2016 +0000

description:
Needs -lnsl on Solaris.

diffstat:

 lang/kali/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7575d0ce355a -r efdf494a2b1c lang/kali/Makefile
--- a/lang/kali/Makefile        Mon Sep 19 05:33:25 2016 +0000
+++ b/lang/kali/Makefile        Mon Sep 19 05:52:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/01/04 03:21:12 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/19 05:52:45 dholland Exp $
 
 DISTNAME=      kali-0.52.2
 CATEGORIES=    lang
@@ -16,4 +16,7 @@
 # Thoroughly broken on 64-bit architectures.
 BROKEN_ON_PLATFORM=    ${LP64PLATFORMS}
 
+# Uses herror
+LIBS.SunOS+=   -lnsl
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index