Files
gentoo/sys-apps/iotools/files/iotools-1.5-makefile.patch
David Seifert c4679a6e7f sys-apps/iotools: Port to EAPI 7
Closes: https://bugs.gentoo.org/742104
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
2020-09-20 01:45:49 +02:00

12 lines
351 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@
IOTOOLS_DEBUG = -O2 -DNDEBUG
endif
-CFLAGS = -Wall -Werror $(DEFS) $(ARCHFLAGS) $(EXTRA_CFLAGS) \
+CFLAGS = -Wall $(DEFS) $(ARCHFLAGS) $(EXTRA_CFLAGS) \
$(IOTOOLS_STATIC) $(IOTOOLS_DEBUG)
DEFS = -D_GNU_SOURCE -DVER_MAJOR=$(VER_MAJOR) -DVER_MINOR=$(VER_MINOR)
SBINDIR ?= /usr/local/sbin