ports/devel/liberasurecode/files/patch-Makefile.am
Robert Clausecker 9d4a2bfa62 devel/liberasurecode: update to 1.6.3
- take over maintainership of this unmaintained port
 - add a DOCS option
 - add a non-default SIMD option for adapting the binary to the CPU
 - patch out -Werror more thoroughly

Changelog:	https://github.com/openstack/liberasurecode/blob/master/ChangeLog

PR:		263241
2022-04-12 18:00:27 +02:00

11 lines
324 B
Text

--- Makefile.am.orig 2022-04-08 23:59:40 UTC
+++ Makefile.am
@@ -8,7 +8,7 @@ INCLUDE = -I$(abs_top_builddir)/include \
-I$(abs_top_builddir)/include/xor_codes
AM_CPPFLAGS = $(CPPFLAGS) $(INCLUDE)
-AM_CPPFLAGS += -Werror -Wall
+AM_CPPFLAGS += -Wall
AM_CFLAGS = -fPIC $(AM_CPPFLAGS) @GCOV_FLAGS@ -L/usr/local/lib