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 /databases | |
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 'databases')
-rw-r--r-- | databases/cdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index 0e07c636640..a4eae3de3da 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/01/26 17:30:52 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2020/06/25 05:42:36 schmonz Exp $ DISTNAME= cdb-0.75 CATEGORIES= databases @@ -13,6 +13,8 @@ CONFLICTS+= tinycdb-[0-9]* DJB_RESTRICTED= no +SUBST_CLASSES+= djberrno + INSTALLATION_DIRS= bin include lib do-install: |