From 7c46af4b6a7062b190d634ceeb2c3f659932a0d4 Mon Sep 17 00:00:00 2001 From: asau Date: Mon, 17 Jan 2011 04:10:40 +0000 Subject: Solaris needs -lsocket in LIBS. PR pkg/44401 --- sysutils/gamin/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/gamin/Makefile.common b/sysutils/gamin/Makefile.common index 1d620157329..039d9538c19 100644 --- a/sysutils/gamin/Makefile.common +++ b/sysutils/gamin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2010/04/18 18:22:43 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.5 2011/01/17 04:10:40 asau Exp $ # # used by sysutils/gamin/Makefile # used by sysutils/libgamin/Makefile @@ -42,3 +42,5 @@ SUBST_SED.sysconfdir= -e "s,/etc/gamin/,${PKG_SYSCONFDIR}/," DISTINFO_FILE= ${.CURDIR}/../../sysutils/gamin/distinfo FILESDIR= ${.CURDIR}/../../sysutils/gamin/files PATCHDIR= ${.CURDIR}/../../sysutils/gamin/patches + +LIBS.SunOS+= -lsocket -- cgit v1.2.3