1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/reptyr
Cy Schubert db939cf001 sysutils/reptyr: Fix buld under LLVM 13 on FreeBSD
Fix the following error under LLVM 13 on FreeBSD.

In file included from platform/freebsd/freebsd_ptrace.c:69:
In file included from platform/freebsd/arch/amd64.h:23:
platform/freebsd/arch/x86_common.h:45:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
platform/freebsd/arch/x86_common.h:54:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
2 errors generated.

This patch has been submitted to upstream in pull request
https://github.com/nelhage/reptyr/pull/134.

MFH after:	1 week
2021-12-01 20:09:29 -08:00
..
files sysutils/reptyr: Fix buld under LLVM 13 on FreeBSD 2021-12-01 20:09:29 -08:00
distinfo
Makefile sysutils/reptyr: Revert "sysutils/reptyr: Address LLVM 13 build failure" 2021-12-01 20:09:22 -08:00
pkg-descr
pkg-plist