svn commit: r548758 - head/devel/ocaml-findlib

Mark Linimon linimon at FreeBSD.org
Wed Sep 16 04:45:02 UTC 2020


Author: linimon
Date: Wed Sep 16 04:45:01 2020
New Revision: 548758
URL: https://svnweb.freebsd.org/changeset/ports/548758

Log:
  Fix build on powerpcspe.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/ocaml-findlib/Makefile

Modified: head/devel/ocaml-findlib/Makefile
==============================================================================
--- head/devel/ocaml-findlib/Makefile	Wed Sep 16 04:29:57 2020	(r548757)
+++ head/devel/ocaml-findlib/Makefile	Wed Sep 16 04:45:01 2020	(r548758)
@@ -45,7 +45,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
+.if ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpcspe
 	@${REINPLACE_CMD} -e '/raw_spacetime/d' ${TMPPLIST}
 .endif
 


More information about the svn-ports-all mailing list