diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 23:04:11 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 23:04:11 +0000 |
commit | b058586f988f562b45bac7c76529a03787ff5dbe (patch) | |
tree | ea2740a6dda825f991fe37dee036d36359508eb2 | |
parent | af2c3ff08c6d6bb11d854ab8dae3cfefbce6ab0d (diff) | |
download | pkgsrc-b058586f988f562b45bac7c76529a03787ff5dbe.tar.gz |
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
-rw-r--r-- | security/libassuan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index f8cceba25ff..6bceb8de7a8 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: |