Skip to content
Commit 74d9fa77 authored by Rodrigo Osorio's avatar Rodrigo Osorio
Browse files

www/c-icap: Fix invalid integer conversion with llvm15+

Fix invalid pointer conversion with llvm15+. This issue
has been corrected previously by asking the compile to ignore
the errors using CFLAGS -Wno-error=int-conversion.
This flag is now removed and the errors properly fixed.

Also fix the some of the paths in the default configuration
to match the FreeBSD HIER.

PR:		271810
Reported by:	fluffy
parent eb817281
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment