Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/menu-cache menu-cache: link network libs on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ae6cc937237
branches:  trunk
changeset: 430410:7ae6cc937237
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Thu Apr 30 18:52:33 2020 +0000

description:
menu-cache: link network libs on SunOS

diffstat:

 sysutils/menu-cache/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 62069e123679 -r 7ae6cc937237 sysutils/menu-cache/Makefile
--- a/sysutils/menu-cache/Makefile      Thu Apr 30 18:12:19 2020 +0000
+++ b/sysutils/menu-cache/Makefile      Thu Apr 30 18:52:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/20 11:58:21 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/30 18:52:33 wiedi Exp $
 #
 
 DISTNAME=      menu-cache-1.1.0
@@ -19,6 +19,8 @@
 
 PKGCONFIG_OVERRIDE+=   libmenu-cache/libmenu-cache.pc.in
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README \
                ${DESTDIR}${PREFIX}/share/doc/menu-cache/



Home | Main Index | Thread Index | Old Index