diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-27 05:36:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-27 05:36:56 +0000 |
commit | 60d183d64143089c54d2eeec705c85d32a83763e (patch) | |
tree | 6335fb8ff54e80f44425f48a195e1a0a101dde97 /net | |
parent | 8418e12a0c04292d63c332b91e824c44e096c162 (diff) | |
download | pkgsrc-60d183d64143089c54d2eeec705c85d32a83763e.tar.gz |
net/djbdnscurve6: does not have error.h
Diffstat (limited to 'net')
-rw-r--r-- | net/djbdnscurve6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/djbdnscurve6/Makefile b/net/djbdnscurve6/Makefile index 6eff01b835e..57f716367a0 100644 --- a/net/djbdnscurve6/Makefile +++ b/net/djbdnscurve6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/02/03 01:13:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2020/04/27 05:36:56 rillig Exp $ DISTNAME= djbdnscurve6-36b CATEGORIES= net @@ -15,6 +15,7 @@ CONFLICTS+= djbdns-[0-9]* WRKSRC= ${WRKDIR}/net/${PKGBASE}/${DISTNAME} DJB_SLASHPACKAGE= yes DJB_RESTRICTED= no +DJB_ERRNO_HACK= no DJB_CONFIG_DIR= ${WRKSRC} |