git: 62581fad990b - main - sysutils/ltrace: Unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Sep 2022 03:21:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=62581fad990bee11c2609448508a6568dc725958 commit 62581fad990bee11c2609448508a6568dc725958 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-18 03:20:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-18 03:21:16 +0000 sysutils/ltrace: Unbreak Reported by: fallout Approved by: portmgr (unbreak) --- sysutils/ltrace/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index 225b71a806fb..f2c2c279c198 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror +CONFIGURE_ARGS+= --without-libunwind # fix build: configure is looking for and finds libunwind.h, but the C code later doesn't find libunwind-ptrace.h and breaks ONLY_FOR_ARCHS= amd64 OPTIONS_DEFINE= DOCS