git: ff638362c3d3 - main - print/a2ps: Fix build for 13-STABLE
Dirk Meyer
dinoex at FreeBSD.org
Tue Sep 7 20:07:44 UTC 2021
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff638362c3d3d27155505b7f0ebf408f921a995a
commit ff638362c3d3d27155505b7f0ebf408f921a995a
Author: Dirk Meyer <dinoex at FreeBSD.org>
AuthorDate: 2021-09-07 20:07:11 +0000
Commit: Dirk Meyer <dinoex at FreeBSD.org>
CommitDate: 2021-09-07 20:07:11 +0000
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
More information about the dev-commits-ports-all
mailing list