From b058586f988f562b45bac7c76529a03787ff5dbe Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 13 Apr 2012 23:04:11 +0000 Subject: [PATCH] Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but doesn't hurt either. --- security/libassuan/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index f8cceba25ff5..6bceb8de7a83 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -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 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-pic TEST_TARGET= check +LIBS.SunOS+= -lrt + BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 pre-configure: