1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

print/a2ps: Fix build for 13-STABLE

PR: 258091
This commit is contained in:
Dirk Meyer 2021-09-07 22:07:11 +02:00
parent 75237f055f
commit ff638362c3

View File

@ -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