mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Looks like upstream put a few more in after I took out all of them in the previous commit. This fixes the build with LLVM 15, which takes offence in declaring parameterless function as foo() instead of foo(void). Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38524
11 lines
375 B
Text
11 lines
375 B
Text
--- src/Makefile.am.orig 2023-02-11 12:58:35 UTC
|
|
+++ src/Makefile.am
|
|
@@ -32,7 +32,7 @@ liberasurecode_la_SOURCES = \
|
|
backends/shss/shss.c \
|
|
backends/phazrio/libphazr.c
|
|
|
|
-liberasurecode_la_CPPFLAGS = -Werror @GCOV_FLAGS@
|
|
+liberasurecode_la_CPPFLAGS = @GCOV_FLAGS@
|
|
liberasurecode_la_LIBADD = \
|
|
builtin/null_code/libnullcode.la \
|
|
builtin/xor_codes/libXorcode.la \
|