mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ BIN_SUFFIX= # none
|
||||||
|
|
||||||
.if ${ARCH} != amd64 && ${ARCH} != i386
|
.if ${ARCH} != amd64 && ${ARCH} != i386
|
||||||
post-patch:
|
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
|
.endif
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue