* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_monitor/files/
@ 2025-03-30 11:16 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2025-03-30 11:16 UTC (permalink / raw
To: gentoo-commits
commit: ffa7a6276c414e97eb4d4c1a63828ef812d97427
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 30 08:22:57 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 11:15:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa7a627
app-admin/ryzen_monitor: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-admin/ryzen_monitor/files/fix-Makefile.patch | 26 ------------------------
1 file changed, 26 deletions(-)
diff --git a/app-admin/ryzen_monitor/files/fix-Makefile.patch b/app-admin/ryzen_monitor/files/fix-Makefile.patch
deleted file mode 100644
index 8488b285f360..000000000000
--- a/app-admin/ryzen_monitor/files/fix-Makefile.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index 5142282..8c8f3a0 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -1,11 +1,8 @@
- CC = gcc
--STRIP = strip
-
- CFLAGS = -O3 -mtune=native -march=native
--CFLAGS += -Ilib
--LDFLAGS = -lm
--
--SFLAGS = --strip-all
-+override CFLAGS += -Ilib
-+override LDFLAGS += -lm
-
- OUT = ryzen_monitor
-
-@@ -20,7 +17,6 @@ all: $(OUT)
-
- $(OUT): $(OBJ)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $(OUT) $(OBJ)
-- $(STRIP) $(SFLAGS) $(OUT)
-
- clean:
- rm -rf *.o lib/*.o
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-30 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-30 11:16 [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_monitor/files/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox