git: f75652808580 - main - misc/compat12x: Allow building on FreeBSD 12.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 02:13:14 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7565280858070c72882d8bce77193acd9ee4842 commit f7565280858070c72882d8bce77193acd9ee4842 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2022-06-30 12:22:23 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2022-07-01 02:12:45 +0000 misc/compat12x: Allow building on FreeBSD 12. Approved by: jkim Differential Revision: https://reviews.freebsd.org/D35674 --- misc/compat12x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile index 2c4942838f4c..a88d9b18de92 100644 --- a/misc/compat12x/Makefile +++ b/misc/compat12x/Makefile @@ -20,8 +20,8 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> -.if ${OSREL:R} < 13 -IGNORE= is for FreeBSD 13.x and newer +.if ${OSREL:R} < 12 +IGNORE= is for FreeBSD 12.x and newer .endif .if ${ARCH} == amd64