pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gnupg2
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 19 22:09:00 UTC 2022
Modified Files:
pkgsrc/security/gnupg2: Makefile
Log Message:
gnupg2: Fix building on Solaris 10
PR pkg/56638
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/security/gnupg2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.129 pkgsrc/security/gnupg2/Makefile:1.130
--- pkgsrc/security/gnupg2/Makefile:1.129 Wed Dec 8 16:06:18 2021
+++ pkgsrc/security/gnupg2/Makefile Wed Jan 19 22:09:00 2022
@@ -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 @@ TEST_TARGET= check
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