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:
parent
5a2bb7e615
commit
90c6e11540
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user