diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-02-26 11:22:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-02-26 11:22:54 +0000 |
commit | 8c73dce212c265e0a741c5072f9b0aca081f16fd (patch) | |
tree | f989827db9cd2491bbf3fc568f23019dfd9625bb | |
parent | 3d9cd40bb2a550db7595ffccd479cf293ff9fd08 (diff) |
www/neon: fix build with lld17
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |