Skip to content

Commit

Permalink
net/fspclient: Fix a multitude of LLVM16 build failures
Browse files Browse the repository at this point in the history
Too many (recursive) to list here.
  • Loading branch information
cschuber committed Jun 26, 2023
1 parent 381940e commit 27d469e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net/fspclient/Makefile
Expand Up @@ -10,6 +10,9 @@ WWW= http://fspclient.sourceforge.net/
CONFLICTS_INSTALL= alliance
USES= tar:bzip2 scons
MAKE_ARGS= prefix=${PREFIX}
CFLAGS+= -Wno-incompatible-pointer-types-discards-qualifiers \
-Wno-shadow \
-Wno-incompatible-function-pointer-types

PLIST_FILES= bin/fsp share/man/man1/fsp.1.gz
INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX}
Expand Down

0 comments on commit 27d469e

Please sign in to comment.