diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2021-09-07 20:07:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2021-09-07 20:07:11 +0000 |
commit | ff638362c3d3d27155505b7f0ebf408f921a995a (patch) | |
tree | 2f1c007b8cb26872cc4779dd0efefaeb9ebafafa | |
parent | 75237f055fc917d0b6430079f3db410b4fc4e22b (diff) | |
download | ports-ff638362c3d3d27155505b7f0ebf408f921a995a.tar.gz ports-ff638362c3d3d27155505b7f0ebf408f921a995a.zip |
print/a2ps: Fix build for 13-STABLE
PR: 258091
-rw-r--r-- | print/a2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |