diff options
author | schmonz <schmonz@pkgsrc.org> | 2020-06-25 05:42:36 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2020-06-25 05:42:36 +0000 |
commit | f2b56adfba2ac26925e09f76035f8e38af019ada (patch) | |
tree | 11bf1c3589d5474f86ebe27dc329ecd1c595772a /mail/fastforward | |
parent | 83c251d332412d735c604d51660e5b1397e4afe2 (diff) | |
download | pkgsrc-f2b56adfba2ac26925e09f76035f8e38af019ada.tar.gz |
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
Diffstat (limited to 'mail/fastforward')
-rw-r--r-- | mail/fastforward/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile index 247b0a70d16..f3590bba5bd 100644 --- a/mail/fastforward/Makefile +++ b/mail/fastforward/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/01/26 17:31:34 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2020/06/25 05:42:39 schmonz Exp $ # DISTNAME= fastforward-0.51 @@ -19,7 +19,8 @@ DJB_BUILD_TARGETS= install instcheck DJB_RESTRICTED= no -SUBST_FILES.djbware+= cdb_seek.c +SUBST_CLASSES+= djberrno +SUBST_FILES.djberrno+= cdb_seek.c SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure |