Date: Wed, 11 Oct 2023 18:27:25 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d715281064d - main - net/haproxy24: add back USE_LIBATOMIC= for powerpc Message-ID: <202310111827.39BIRPcZ091780@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d715281064d638b20b7e75ad2bdacacea0bf9be commit 5d715281064d638b20b7e75ad2bdacacea0bf9be Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-11 13:11:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-11 18:26:49 +0000 net/haproxy24: add back USE_LIBATOMIC= for powerpc Still needed to build. --- net/haproxy24/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile index 0c73a9e3c728..dc46f9a723d3 100644 --- a/net/haproxy24/Makefile +++ b/net/haproxy24/Makefile @@ -29,6 +29,7 @@ MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= +MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310111827.39BIRPcZ091780>