pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/miniupnpc net/miniupnpc: add -lsocket -lnsl on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/11344b878561
branches: trunk
changeset: 323980:11344b878561
user: nia <nia%pkgsrc.org@localhost>
date: Wed Oct 03 22:37:09 2018 +0000
description:
net/miniupnpc: add -lsocket -lnsl on SunOS.
diffstat:
net/miniupnpc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 15cd06edbaf9 -r 11344b878561 net/miniupnpc/Makefile
--- a/net/miniupnpc/Makefile Wed Oct 03 22:35:03 2018 +0000
+++ b/net/miniupnpc/Makefile Wed Oct 03 22:37:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/10/03 22:27:05 nia Exp $
+# $NetBSD: Makefile,v 1.4 2018/10/03 22:37:09 nia Exp $
DISTNAME= miniupnpc-2.1
CATEGORIES= net
@@ -13,5 +13,6 @@
USE_LANGUAGES= c99
CPPFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index