pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd SunOS needs -lsocket.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec509966a93a
branches:  trunk
changeset: 639699:ec509966a93a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 23 14:40:28 2014 +0000

description:
SunOS needs -lsocket.

diffstat:

 mail/cyrus-imapd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 60f4cd57b435 -r ec509966a93a mail/cyrus-imapd/Makefile
--- a/mail/cyrus-imapd/Makefile Tue Sep 23 14:33:40 2014 +0000
+++ b/mail/cyrus-imapd/Makefile Tue Sep 23 14:40:28 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2014/05/29 23:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2014/09/23 14:40:28 jperkin Exp $
 
 DISTNAME=      cyrus-imapd-2.2.13p1
 PKGREVISION=   12
@@ -50,6 +50,8 @@
 
 CONFIGURE_ARGS+=       andrew_runpath_switch=${COMPILER_RPATH_FLAG}
 
+LDFLAGS.SunOS+=                -lsocket
+
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cyrus-imapd
 PKG_SUPPORTED_OPTIONS= gssapi kerberos kerberos4 ldap
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index