Date: Fri, 17 Jan 2025 21:46:58 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: 504dd7b5db86 - main - devel/ocaml-parsexp: fix build on powerpc Message-ID: <202501172146.50HLkwRe062554@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=504dd7b5db86f900408ad475a5f59c5c43bb9832 commit 504dd7b5db86f900408ad475a5f59c5c43bb9832 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-16 10:49:17 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-17 21:45:15 +0000 devel/ocaml-parsexp: fix build on powerpc --- devel/ocaml-parsexp/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-parsexp/Makefile b/devel/ocaml-parsexp/Makefile index 9690b5683d9c..25251ea17570 100644 --- a/devel/ocaml-parsexp/Makefile +++ b/devel/ocaml-parsexp/Makefile @@ -28,6 +28,12 @@ OPTIONS_DEFINE= DOCS SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/parsexp/parsexp.cmxs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172146.50HLkwRe062554>