pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgpg-error Fix build under Solaris 10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4360e6717c4
branches: trunk
changeset: 648862:f4360e6717c4
user: tron <tron%pkgsrc.org@localhost>
date: Sat Mar 21 19:25:21 2015 +0000
description:
Fix build under Solaris 10.
diffstat:
security/libgpg-error/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1a2f349d796b -r f4360e6717c4 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile Sat Mar 21 19:10:49 2015 +0000
+++ b/security/libgpg-error/Makefile Sat Mar 21 19:25:21 2015 +0000
@@ -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+= 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.
Home |
Main Index |
Thread Index |
Old Index