diff options
author | Sam James <sam@gentoo.org> | 2022-06-11 06:24:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-11 06:24:24 +0100 |
commit | 58d764319f83a36cf82020433f5bac7b30105573 (patch) | |
tree | 0b19b20455bf87e92d54cbd308177b57872e76ee /app-crypt/monkeysphere/files | |
parent | dev-python/dogpile-cache: add 1.1.6 (diff) | |
download | gentoo-58d764319f83a36cf82020433f5bac7b30105573.tar.gz gentoo-58d764319f83a36cf82020433f5bac7b30105573.tar.bz2 gentoo-58d764319f83a36cf82020433f5bac7b30105573.zip |
app-crypt/monkeysphere: respect CC; no Werror
Closes: https://bugs.gentoo.org/832365
Closes: https://bugs.gentoo.org/744430
Bug: https://bugs.gentoo.org/744454
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/monkeysphere/files')
-rw-r--r-- | app-crypt/monkeysphere/files/monkeysphere-0.44-no-werror.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/monkeysphere/files/monkeysphere-0.44-no-werror.patch b/app-crypt/monkeysphere/files/monkeysphere-0.44-no-werror.patch new file mode 100644 index 000000000000..671045d7c385 --- /dev/null +++ b/app-crypt/monkeysphere/files/monkeysphere-0.44-no-werror.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/832365 +--- a/Makefile ++++ b/Makefile +@@ -17,7 +17,7 @@ LOCALSTATEDIR ?= /var/lib + + CFLAGS += $(shell libassuan-config --cflags) + CFLAGS += $(shell libgcrypt-config --cflags) +-CFLAGS += --pedantic -Wall -Werror -std=c99 ++CFLAGS += --pedantic -Wall -std=c99 + LIBS += $(shell libassuan-config --libs) + LIBS += $(shell libgcrypt-config --libs) + |