pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme this needs -lnsl -lsocket on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73e34ae7e1a2
branches:  trunk
changeset: 477901:73e34ae7e1a2
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 11 00:48:42 2004 +0000

description:
this needs -lnsl -lsocket on Solaris.

diffstat:

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

diffs (18 lines):

diff -r a192e77ea54e -r 73e34ae7e1a2 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Sun Jul 11 00:33:52 2004 +0000
+++ b/security/gpgme/Makefile   Sun Jul 11 00:48:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/23 07:16:10 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/11 00:48:42 grant Exp $
 #
 
 DISTNAME=      gpgme-0.4.3
@@ -17,6 +17,8 @@
 GNU_CONFIGURE=         YES
 PTHREAD_OPTS+=         require
 
+LIBS.SunOS+=           -lnsl -lsocket
+
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE}
 



Home | Main Index | Thread Index | Old Index