pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/kali
Module Name: pkgsrc
Committed By: dholland
Date: Mon Sep 19 05:52:45 UTC 2016
Modified Files:
pkgsrc/lang/kali: Makefile
Log Message:
Needs -lnsl on Solaris.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/kali/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/kali/Makefile
diff -u pkgsrc/lang/kali/Makefile:1.15 pkgsrc/lang/kali/Makefile:1.16
--- pkgsrc/lang/kali/Makefile:1.15 Sun Jan 4 03:21:12 2015
+++ pkgsrc/lang/kali/Makefile Mon Sep 19 05:52:45 2016
@@ -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 @@ INSTALLATION_DIRS= bin include lib $(PKG
# 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