pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution SunOS needs an explicit -lldap. Fixes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/243c3014656e
branches:  trunk
changeset: 621058:243c3014656e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jul 03 21:43:14 2013 +0000

description:
SunOS needs an explicit -lldap.  Fixes package build.

diffstat:

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

diffs (18 lines):

diff -r 2384137e366a -r 243c3014656e mail/evolution/Makefile
--- a/mail/evolution/Makefile   Wed Jul 03 20:01:38 2013 +0000
+++ b/mail/evolution/Makefile   Wed Jul 03 21:43:14 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.197 2013/06/06 12:53:59 wiz Exp $
+# $NetBSD: Makefile,v 1.198 2013/07/03 21:43:14 jperkin Exp $
 
 DISTNAME=              evolution-2.32.3
 PKGREVISION=           22
@@ -56,6 +56,8 @@
 BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
 .endif
 
+LDFLAGS.SunOS+=                -lldap
+
 .if !exists(/usr/include/semaphore.h)
 LDFLAGS+=      -lsemaphore
 .include "../../devel/pthread-sem/buildlink3.mk"



Home | Main Index | Thread Index | Old Index