pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/menu-cache
Module Name: pkgsrc
Committed By: wiedi
Date: Thu Apr 30 18:52:33 UTC 2020
Modified Files:
pkgsrc/sysutils/menu-cache: Makefile
Log Message:
menu-cache: link network libs on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/menu-cache/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/menu-cache/Makefile
diff -u pkgsrc/sysutils/menu-cache/Makefile:1.7 pkgsrc/sysutils/menu-cache/Makefile:1.8
--- pkgsrc/sysutils/menu-cache/Makefile:1.7 Fri Mar 20 11:58:21 2020
+++ pkgsrc/sysutils/menu-cache/Makefile Thu Apr 30 18:52:33 2020
@@ -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 @@ USE_TOOLS+= pkg-config
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