From ff638362c3d3d27155505b7f0ebf408f921a995a Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 7 Sep 2021 22:07:11 +0200 Subject: print/a2ps: Fix build for 13-STABLE PR: 258091 --- print/a2ps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 6474852bb6e6..c4145d7271b3 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -51,7 +51,7 @@ EMACS_CONFIGURE_ON= --with-lispdir=${LOCALBASE}/${EMACS_SITE_LISPDIR} CONFIGURE_ENV+= EMACS=no .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1400000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1300512 CFLAGS+= -DHAVE_MEMPCPY .endif -- cgit v1.2.3