HomeFreeBSD

Add support to passing directories to EXTRA_PATCHES.

Description

Add support to passing directories to EXTRA_PATCHES.

Instead of:

  EXTRA_PATCHES=	${PATCHDIR}/feat-foo-patch-file.c \
			${PATCHDIR}/feat-foo-patch-file.h \
			${PATCHDIR}/feat-foo-patch-file2.c

Move those files to ${PATCHDIR}/feat-foo/, name them patch-*, and set:

EXTRA_PATCHES=	${PATCHDIR}/feat-foo

Approved by: bdrewery
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10855

Details

Provenance
matAuthored on
Differential Revision
D10855: Add support to passing directories to EXTRA_PATCHES.
Parents
rP459914: - Fix build with clang 6
Branches
Unknown
Tags
Unknown