diff options
Diffstat (limited to 'sys-process/watchpid/files/watchpid-0.1-cflags.patch')
-rw-r--r-- | sys-process/watchpid/files/watchpid-0.1-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-process/watchpid/files/watchpid-0.1-cflags.patch b/sys-process/watchpid/files/watchpid-0.1-cflags.patch new file mode 100644 index 000000000000..c82e5607f5ab --- /dev/null +++ b/sys-process/watchpid/files/watchpid-0.1-cflags.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/726054 +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -64,7 +64,6 @@ VERSION = @VERSION@ + + bin_PROGRAMS = watchpid + watchpid_SOURCES = watchpid.c +-CFLAGS = -Wall -Werror -O3 + man_MANS = watchpid.1 + EXTRA_DIST = $(man_MANS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |