diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 22:07:50 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 22:07:50 +0000 |
commit | 5c522a51ed4afbae5ac6a6cde7bcb9b6d33a9ef1 (patch) | |
tree | fa818a3ddde43b40bbc5eec18e13ad68d90ba14e /mail | |
parent | e3c18a1284ce9262324871e2f584d4fbad6e62cb (diff) | |
download | pkgsrc-5c522a51ed4afbae5ac6a6cde7bcb9b6d33a9ef1.tar.gz |
Add -lsocket -lnsl on Solaris.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/freepops/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile index 71652dfa9c6..32f085951ba 100644 --- a/mail/freepops/Makefile +++ b/mail/freepops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/06/09 06:21:42 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2012/06/23 22:07:50 dholland Exp $ # DISTNAME= freepops-0.2.8 @@ -27,6 +27,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= pkgsrc LDFLAGS+= -lintl # directly link, req. by ld 2.22 +LIBS.SunOS+= -lsocket -lnsl PKG_SYSCONFSUBDIR= freepops EGDIR= ${PREFIX}/share/examples/${PKGBASE} |