Date: Wed, 22 Jan 2025 11:27:42 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: 125549ee0773 - main - security/ocaml-cryptokit: fix build on powerpc Message-ID: <202501221127.50MBRgM6046609@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=125549ee0773ce25bd5c500b32495419ea99e55e commit 125549ee0773ce25bd5c500b32495419ea99e55e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-19 12:15:46 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-22 11:25:15 +0000 security/ocaml-cryptokit: fix build on powerpc --- security/ocaml-cryptokit/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 7bff6fb89561..643d1d73d150 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -23,6 +23,12 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/cryptokit/dllcryptokit_stubs.so \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501221127.50MBRgM6046609>