diff options
author | asau <asau@pkgsrc.org> | 2011-01-17 04:10:40 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-01-17 04:10:40 +0000 |
commit | a826dee5b0066c3d1660da9701161ae8d5713c4f (patch) | |
tree | c96772c0bfbcc921de3c8c0dcbf54732071dc24f | |
parent | 2314433c6e3db7880ed87ec055ed1622573e4e88 (diff) | |
download | pkgsrc-a826dee5b0066c3d1660da9701161ae8d5713c4f.tar.gz |
Solaris needs -lsocket in LIBS. PR pkg/44401
-rw-r--r-- | sysutils/gamin/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
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 |