summaryrefslogtreecommitdiff
path: root/sys-process/watchpid/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
commitc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (patch)
tree3ee550255947da075650f1a551dcc278f9a1b7f8 /sys-process/watchpid/files
parenta978c074e4272bb901fbe4a10de0a7b2af574f17 (diff)
gentoo resync : 07.05.2021
Diffstat (limited to 'sys-process/watchpid/files')
-rw-r--r--sys-process/watchpid/files/watchpid-0.1-cflags.patch11
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