Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2021 20:07:44 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff638362c3d3 - main - print/a2ps: Fix build for 13-STABLE
Message-ID:  <202109072007.187K7iWb030619@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff638362c3d3d27155505b7f0ebf408f921a995a

commit ff638362c3d3d27155505b7f0ebf408f921a995a
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2021-09-07 20:07:11 +0000
Commit:     Dirk Meyer <dinoex@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109072007.187K7iWb030619>