You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CF...

23 lines
654 B

diff -ur a/bandwidth2/Makefile b/bandwidth2/Makefile
--- a/bandwidth2/Makefile 2021-02-02 07:03:47.002894030 -0600
+++ b/bandwidth2/Makefile 2021-02-02 07:05:21.556854777 -0600
@@ -1,6 +1,6 @@
P=bandwidth2
OBJECTS=
-CFLAGS=-g -Wall -Werror -O2 -std=c11
+CFLAGS ?= -g -Wall -Werror -O2 -std=c11
LDLIBS=
$(P): $(OBJECTS)
diff -ur a/cpu_usage2/Makefile b/cpu_usage2/Makefile
--- a/cpu_usage2/Makefile 2021-02-02 07:03:47.004894029 -0600
+++ b/cpu_usage2/Makefile 2021-02-02 07:05:51.138842328 -0600
@@ -1,6 +1,6 @@
P=cpu_usage2
OBJECTS=
-CFLAGS=-g -Wall -Werror -O2 -std=gnu11
+CFLAGS ?= -g -Wall -Werror -O2 -std=gnu11
LDLIBS=
$(P): $(OBJECTS)