Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 03:21:18 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62581fad990b - main - sysutils/ltrace: Unbreak
Message-ID:  <202209180321.28I3LISP041932@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209180321.28I3LISP041932>