git: 8c73dce212c2 - main - www/neon: fix build with lld17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 11:23:02 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c73dce212c265e0a741c5072f9b0aca081f16fd commit 8c73dce212c265e0a741c5072f9b0aca081f16fd Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-02-26 11:22:54 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-02-26 11:22:54 +0000 www/neon: fix build with lld17 --- www/neon/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/neon/Makefile b/www/neon/Makefile index cb792e888ee8..72254f4ed312 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,6 +1,6 @@ PORTNAME= neon DISTVERSION= 0.32.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://notroj.github.io/neon/ @@ -15,6 +15,8 @@ USES= cpe libtool localbase:ldflags pathfix pkgconfig CPE_VENDOR= webdav USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= have_ld_version_script=yes +LDFLAGS= -Wl,--undefined-version CONFIGURE_ARGS= --enable-shared --disable-static GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share