diff options
author | grant <grant@pkgsrc.org> | 2004-07-11 00:48:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-11 00:48:42 +0000 |
commit | 7485ca23a05022dc7562113842b52406aeea307a (patch) | |
tree | 16ee9fdb2c387def9f7c858d28e7d2ad2f57b77d /security/gpgme/Makefile | |
parent | 24f8cb50bfe3982357ee994dea0e9f0edcce839b (diff) | |
download | pkgsrc-7485ca23a05022dc7562113842b52406aeea307a.tar.gz |
this needs -lnsl -lsocket on Solaris.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 686426a6058..355a27b3865 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -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 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require +LIBS.SunOS+= -lnsl -lsocket + # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} |