diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-28 04:22:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-28 04:22:44 +0000 |
commit | a7355771536af24e22abb1bc955e20b04f88b483 (patch) | |
tree | ced1de26472c1ae3a1b44b24a72713bb7e5f4131 | |
parent | f14d753dbd1115df2421f18bea79dda252fa8fff (diff) | |
download | pkgsrc-a7355771536af24e22abb1bc955e20b04f88b483.tar.gz |
sysutils/daemontools-encore: does not have error.h
-rw-r--r-- | sysutils/daemontools-encore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/daemontools-encore/Makefile b/sysutils/daemontools-encore/Makefile index d4f90b9ad7e..0919d8d81f1 100644 --- a/sysutils/daemontools-encore/Makefile +++ b/sysutils/daemontools-encore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/01/25 11:17:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2020/04/28 04:22:44 rillig Exp $ DISTNAME= daemontools-encore-1.11 PKGREVISION= 2 @@ -13,6 +13,7 @@ LICENSE= mit CONFLICTS+= daemontools-[0-9]* DJB_RESTRICTED= no +DJB_ERRNO_HACK= no MAKE_ENV+= PKGSRC_SHELL=${TOOLS_PLATFORM.sh} INSTALL_TARGET= install |