pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: Fix building on Solaris 10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/985ccbd9bb3a
branches:  trunk
changeset: 372125:985ccbd9bb3a
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 19 22:09:00 2022 +0000

description:
gnupg2: Fix building on Solaris 10

PR pkg/56638

diffstat:

 security/gnupg2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec0aa3587c88 -r 985ccbd9bb3a security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Wed Jan 19 21:56:56 2022 +0000
+++ b/security/gnupg2/Makefile  Wed Jan 19 22:09:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 2021/12/08 16:06:18 adam Exp $
+# $NetBSD: Makefile,v 1.130 2022/01/19 22:09:00 nia Exp $
 
 DISTNAME=      gnupg-2.2.33
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -37,7 +37,7 @@
 LDFLAGS.NetBSD+=       -lintl
 LDFLAGS.Darwin+=       -lintl -lresolv
 LDFLAGS.FreeBSD+=      -lintl
-LDFLAGS.SunOS+=                -lintl -lsocket
+LDFLAGS.SunOS+=                -lintl -lsocket -lrt
 LDFLAGS.Linux+=                -lrt
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index