summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-09 11:11:11 +0000
committerwiz <wiz>2013-07-09 11:11:11 +0000
commit115f0709fb4e8e120fce4fabc0d8636969e17898 (patch)
tree4c3196e6c3855f895ece43c2e6d208dfa07907bc /security/gnutls
parent637df1e7a030a2d3643d2a581567b18e7d6e2a5f (diff)
downloadpkgsrc-115f0709fb4e8e120fce4fabc0d8636969e17898.tar.gz
Jörn Clausen reports that this needs librt on SunOS.
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 235c51be6bb..7bff2e2a43d 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2013/07/08 08:30:01 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2013/07/09 11:11:11 wiz Exp $
DISTNAME= gnutls-3.2.1
CATEGORIES= security devel
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --without-p11-kit
# this library duplicates (and conflicts with) openssl
CONFIGURE_ARGS+= --disable-openssl-compatibility
CONFIGURE_ARGS+= --disable-guile
+LDFLAGS.SunOS= -lrt
TEST_TARGET= check
INFO_FILES= yes