git: 50592a988c31 - main - devel/ocaml-camlp-streams: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:42:45 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=50592a988c312771025ba2388f77aff28cf69535 commit 50592a988c312771025ba2388f77aff28cf69535 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-03 18:37:07 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:36:07 +0000 devel/ocaml-camlp-streams: fix build on powerpc --- devel/ocaml-camlp-streams/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-camlp-streams/Makefile b/devel/ocaml-camlp-streams/Makefile index ba37eec41543..8a98930c24d0 100644 --- a/devel/ocaml-camlp-streams/Makefile +++ b/devel/ocaml-camlp-streams/Makefile @@ -19,6 +19,12 @@ PORTDOCS= CHANGES.md LICENSE README.md OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-patch: @${REINPLACE_CMD} \ -e "s/(name ${PORTNAME})/&\n (version ${PORTVERSION})/" \