pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libassuan Add -lrt to LIBS.SunOS to make this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93948f4b6d67
branches:  trunk
changeset: 602426:93948f4b6d67
user:      hans <hans%pkgsrc.org@localhost>
date:      Fri Apr 13 23:04:11 2012 +0000

description:
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

diffstat:

 security/libassuan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ce56a35e40fe -r 93948f4b6d67 security/libassuan/Makefile
--- a/security/libassuan/Makefile       Fri Apr 13 22:59:16 2012 +0000
+++ b/security/libassuan/Makefile       Fri Apr 13 23:04:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/04/22 13:42:48 obache Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/13 23:04:11 hans Exp $
 #
 
 DISTNAME=              libassuan-1.0.5
@@ -25,6 +25,8 @@
 CONFIGURE_ARGS+=       --with-pic
 TEST_TARGET=           check
 
+LIBS.SunOS+=           -lrt
+
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.0.0
 
 pre-configure:



Home | Main Index | Thread Index | Old Index