1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

biology/phyml: fix build on non-amd64

cc: error: unsupported option '-msse3' for target 'powerpc64-unknown-freebsd14.1'
This commit is contained in:
Piotr Kubaj 2024-06-15 16:19:52 +02:00
parent 5a2bb7e615
commit 90c6e11540

View File

@ -45,7 +45,7 @@ BIN_SUFFIX= # none
.if ${ARCH} != amd64 && ${ARCH} != i386
post-patch:
@${REINPLACE_CMD} -e 's|VECTOR_FLAG=-march=native|dnl &|' ${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's|VECTOR_FLAG=-march=native|dnl &|' -e 's|-msse3 ||' ${WRKSRC}/configure.ac
.endif
post-install-DOCS-on: