summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron>2015-03-21 19:25:21 +0000
committertron <tron>2015-03-21 19:25:21 +0000
commitd6096a374a5b1b2c2036d84e5237cce35d7d0262 (patch)
tree031f3de97d6f8eb27967c11c55702305d1270fa8 /security
parent451ba0c3f5c11b037b8f3ae5a99690dd54b19730 (diff)
downloadpkgsrc-d6096a374a5b1b2c2036d84e5237cce35d7d0262.tar.gz
Fix build under Solaris 10.
Diffstat (limited to 'security')
-rw-r--r--security/libgpg-error/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index ff4a6f03be8..1a3f737b38f 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2015/02/01 19:49:38 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2015/03/21 19:25:21 tron Exp $
DISTNAME= libgpg-error-1.18
CATEGORIES= security
@@ -37,6 +37,10 @@ USE_TOOLS+= awk
USE_TOOLS+= gawk
.endif
+.if !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
+LIBS+= -lrt
+.endif
+
# On Dragonfly i386, Pkgsrc libintl segfaults on bindtextdomain function
# while locking a thread. Until that's resolved, stop libgpg-error from
# using NLS which invokes that function during initialization.