mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-misc/cpufetch: drop 0.94_p20210409
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
--- a/Makefile 2021-04-11 04:01:08.508885689 +0200
|
||||
+++ b/Makefile 2021-04-11 04:02:33.680269181 +0200
|
||||
@@ -1,6 +1,4 @@
|
||||
-CC=gcc
|
||||
-
|
||||
-CFLAGS=-Wall -Wextra -Werror -pedantic -fstack-protector-all -pedantic -std=c99
|
||||
+CFLAGS+=-Wall -Wextra -pedantic -std=c99
|
||||
SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith
|
||||
|
||||
PREFIX ?= /usr
|
||||
@@ -37,14 +35,12 @@
|
||||
|
||||
all: $(OUTPUT)
|
||||
|
||||
-debug: CFLAGS += -g -O0
|
||||
debug: $(OUTPUT)
|
||||
|
||||
-release: CFLAGS += -static -O3
|
||||
release: $(OUTPUT)
|
||||
|
||||
$(OUTPUT): Makefile $(SOURCE) $(HEADERS)
|
||||
- $(CC) $(CFLAGS) $(SANITY_FLAGS) $(SOURCE) -o $(OUTPUT)
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) $(SANITY_FLAGS) $(SOURCE) -o $(OUTPUT)
|
||||
|
||||
run: $(OUTPUT)
|
||||
./$(OUTPUT)
|
||||
Reference in New Issue
Block a user