pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgpg-error libgpg-error: SunOS needs libsoc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e54550e7258
branches:  trunk
changeset: 378226:9e54550e7258
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Apr 04 08:08:54 2018 +0000

description:
libgpg-error: SunOS needs libsocket.

diffstat:

 security/libgpg-error/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r af8545b7aa92 -r 9e54550e7258 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile    Tue Apr 03 21:00:31 2018 +0000
+++ b/security/libgpg-error/Makefile    Wed Apr 04 08:08:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/03/20 12:39:28 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2018/04/04 08:08:54 jperkin Exp $
 
 DISTNAME=      libgpg-error-1.28
 PKGREVISION=   1
@@ -37,6 +37,8 @@
 USE_TOOLS+=            gawk
 .endif
 
+LDFLAGS.SunOS+=                -lsocket
+
 .if !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
 LIBS+= -lrt
 .endif



Home | Main Index | Thread Index | Old Index