pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgpg-error



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Apr  4 08:08:54 UTC 2018

Modified Files:
        pkgsrc/security/libgpg-error: Makefile

Log Message:
libgpg-error: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/security/libgpg-error/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/libgpg-error/Makefile
diff -u pkgsrc/security/libgpg-error/Makefile:1.59 pkgsrc/security/libgpg-error/Makefile:1.60
--- pkgsrc/security/libgpg-error/Makefile:1.59  Tue Mar 20 12:39:28 2018
+++ pkgsrc/security/libgpg-error/Makefile       Wed Apr  4 08:08:54 2018
@@ -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+=           awk
 USE_TOOLS+=            gawk
 .endif
 
+LDFLAGS.SunOS+=                -lsocket
+
 .if !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
 LIBS+= -lrt
 .endif



Home | Main Index | Thread Index | Old Index