summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2018-02-13 17:16:03 -0800
committerPatrick McLean <chutzpah@gentoo.org>2018-02-13 17:16:03 -0800
commitc0ba5645432154bc20651cdb83eaccf9679b550a (patch)
tree4d754b66d89a08291052262460bac4d025463c5d /dev-libs/zlog/files/zlog_no_werr.patch
parentmedia-fonts/open-sans: Restore old stable (diff)
downloadgentoo-c0ba5645432154bc20651cdb83eaccf9679b550a.tar.gz
gentoo-c0ba5645432154bc20651cdb83eaccf9679b550a.tar.bz2
gentoo-c0ba5645432154bc20651cdb83eaccf9679b550a.zip
dev-libs/zlog: Revbump to 1.2.12-r1, handle libdir properly #628732
Also random QA fixes, make sure we are using the right compiler, CFLAGS gets passed around properly, use eapply and PATCHES since it's already EAPI=6. Closes: https://bugs.gentoo.org/628732 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/zlog/files/zlog_no_werr.patch')
-rw-r--r--dev-libs/zlog/files/zlog_no_werr.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/zlog/files/zlog_no_werr.patch b/dev-libs/zlog/files/zlog_no_werr.patch
index 6cb2e8708672..b01325db09d0 100644
--- a/dev-libs/zlog/files/zlog_no_werr.patch
+++ b/dev-libs/zlog/files/zlog_no_werr.patch
@@ -1,5 +1,5 @@
---- src/makefile.orig 2016-08-11 10:40:49.466873499 +0200
-+++ src/makefile 2016-08-11 10:40:59.626762850 +0200
+--- a/src/makefile 2016-08-11 10:40:49.466873499 +0200
++++ b/src/makefile 2016-08-11 10:40:59.626762850 +0200
@@ -32,7 +32,7 @@
# Fallback to gcc when $CC is not in $PATH.
CC:=$(shell sh -c 'type $(CC) >/dev/null 2>/dev/null && echo $(CC) || echo gcc')