mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
- 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
11 lines
324 B
Text
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
|
|
|