Skip to content

Commit

Permalink
www/neon: fix build with lld17
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Feb 26, 2024
1 parent 3d9cd40 commit 8c73dce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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/

Expand All @@ -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

Expand Down

0 comments on commit 8c73dce

Please sign in to comment.