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 | 979c55fe82f2862a65c5c87e862b878cdef9996d (patch) | |
tree | fa818a3ddde43b40bbc5eec18e13ad68d90ba14e /mail | |
parent | 81f663f01b09abcfd15a2b152d2cfd7f04b55145 (diff) | |
download | pkgsrc-979c55fe82f2862a65c5c87e862b878cdef9996d.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} |