git: 666918737658 - main - devel/ocaml-sexplib: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jan 2025 11:27:34 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6669187376585d81a94972ce95ba50560b6f6ea4 commit 6669187376585d81a94972ce95ba50560b6f6ea4 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-19 11:56:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-22 11:25:05 +0000 devel/ocaml-sexplib: fix build on powerpc --- devel/ocaml-sexplib/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index 1c0d58d540f1..c5fc44d454e7 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -33,6 +33,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}/sexplib/num/sexplib_num.cmxs \