git: 0c0b03ceb0c1 - main - print/qpdf: fix build with lld17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 11:04:40 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c0b03ceb0c1dc9825cd5ec61e05168d380770dd commit 0c0b03ceb0c1dc9825cd5ec61e05168d380770dd Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-02-26 11:04:30 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-02-26 11:04:30 +0000 print/qpdf: fix build with lld17 --- print/qpdf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index ba1de650c5a2..b20fc4b51c16 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= qpdf DISTVERSION= 11.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF @@ -22,6 +22,7 @@ CMAKE_ARGS= -DHAVE_EXTERN_LONG_TIMEZONE=0 \ -DUSE_IMPLICIT_CRYPTO=0 \ -DALLOW_CRYPTO_NATIVE=0 \ -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man +LDFLAGS= -Wl,--undefined-version OPTIONS_DEFINE= DOCS OPTIONS_RADIO= CRYPTO