git: 1c43afd06401 - main - devel/ocaml-type_conv: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 21:47:14 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c43afd06401b623e582591b31c56214a364ccb4 commit 1c43afd06401b623e582591b31c56214a364ccb4 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-16 13:43:44 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-17 21:45:37 +0000 devel/ocaml-type_conv: fix build on powerpc --- devel/ocaml-type_conv/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index 87ca942d42cb..858cd30ea401 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -25,6 +25,12 @@ MAKE_JOBS_UNSAFE= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/type_conv/pa_type_conv.cmxs