diff options
author | 2022-01-07 13:46:29 -0600 | |
---|---|---|
committer | 2022-01-07 13:47:27 -0600 | |
commit | 6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a (patch) | |
tree | 2fcf3edc65aaac7635a08efd844568a6e60eeef7 /x11-misc/i3blocks-contrib/files | |
parent | www-client/links: drop old (diff) | |
download | gentoo-6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.tar.gz gentoo-6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.tar.bz2 gentoo-6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.zip |
x11-misc/i3blocks-contrib: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-misc/i3blocks-contrib/files')
-rw-r--r-- | x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch b/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch deleted file mode 100644 index 15d36b130db4..000000000000 --- a/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch +++ /dev/null @@ -1,22 +0,0 @@ -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) |