mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/reptyr: allow building on aarch64 as well
reptyr has technically supported FreeBSD/arm* since 0.10.0 was released in June 2023; loosen up the build restrictions to build on arm64 now. armv7 should also work fine, but I don't have any native armv7 around to test that -- it doesn't work under COMPAT32 on aarch64, but I suspect that's a ptrace(2) bug/shortcoming rather than reptyr failing on 32-bit ARM. PR: 285161 Approved by: maintainer timeout (2+ weeks, andoriyu@gmail.com)
This commit is contained in:
parent
bf2b1daec3
commit
a80672dff9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \
|
||||||
MANDIR=${PREFIX}/share/man
|
MANDIR=${PREFIX}/share/man
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= aarch64 i386 amd64
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr
|
||||||
|
|
Loading…
Add table
Reference in a new issue