pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/sqtop SunOS needs -lsocket -lnsl.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9e3bf0c768a
branches: trunk
changeset: 639814:d9e3bf0c768a
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Sep 25 20:02:51 2014 +0000
description:
SunOS needs -lsocket -lnsl.
diffstat:
www/sqtop/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ca7d9ab53119 -r d9e3bf0c768a www/sqtop/Makefile
--- a/www/sqtop/Makefile Thu Sep 25 19:46:26 2014 +0000
+++ b/www/sqtop/Makefile Thu Sep 25 20:02:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/08/18 09:18:23 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2014/09/25 20:02:51 jperkin Exp $
DISTNAME= sqtop-2013-12-17
PKGNAME= ${DISTNAME:C/([0-9])-/\1/g}
@@ -16,6 +16,8 @@
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
Home |
Main Index |
Thread Index |
Old Index