git: 554fb474a1b2 - main - devel/ocaml-findlib: fix packaging on armv7
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Aug 21 11:29:41 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=554fb474a1b2dd61fb531658fb7c69fccccc38ed
commit 554fb474a1b2dd61fb531658fb7c69fccccc38ed
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-08-21 11:29:06 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-08-21 11:29:06 +0000
devel/ocaml-findlib: fix packaging on armv7
Same issue as on i386, powerpc and powerpcspe.
---
devel/ocaml-findlib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile
index da07d7f335f0..047ea5c78bd5 100644
--- a/devel/ocaml-findlib/Makefile
+++ b/devel/ocaml-findlib/Makefile
@@ -44,7 +44,7 @@ post-install:
${OCAML_SITELIBDIR}/findlib/findlib_dynload.cmxs \
${OCAML_SITELIBDIR}/findlib/findlib_top.cmxs
# Spacetime profiling is only available for native code on 64-bit targets
-.if ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpcspe
+.if ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpcspe
@${REINPLACE_CMD} -e '/raw_spacetime/d' ${TMPPLIST}
.endif
More information about the dev-commits-ports-all
mailing list