Skip to content

Commit

Permalink
net-mgmt/seafile-server: Fix build for FreeBSD 14
Browse files Browse the repository at this point in the history
Clang upgraded to 16.x on FreeBSD 14. There was a breaking change which
upgraded incompatible-function-pointer-types from warning to error.
  • Loading branch information
Richard Gallamore authored and Richard Gallamore committed Apr 28, 2024
1 parent 00d3132 commit 3253404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net-mgmt/seafile-server/Makefile
Expand Up @@ -38,6 +38,7 @@ SHEBANG_FILES= tools/seafile-admin
GNU_CONFIGURE= yes
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl \
-lcrypto" PKG_CONFIG_PATH="${WRKDIR}/pkgconfig"
CFLAGS+= -Wno-error=incompatible-function-pointer-types

PATHFIX_MAKEFILEIN= Makefile.am

Expand Down

0 comments on commit 3253404

Please sign in to comment.