public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/msi-keyboard/files/
@ 2025-10-07 16:39 Michael Mair-Keimberger
  0 siblings, 0 replies; only message in thread
From: Michael Mair-Keimberger @ 2025-10-07 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     94f8f84cd233ca1e6db0a3f0ba9a61cefe71c294
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  7 16:29:00 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Oct  7 16:29:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f8f84c

app-laptop/msi-keyboard: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/msi-keyboard-1.0-makefile.patch            | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/app-laptop/msi-keyboard/files/msi-keyboard-1.0-makefile.patch b/app-laptop/msi-keyboard/files/msi-keyboard-1.0-makefile.patch
deleted file mode 100644
index 08cdaa79e235..000000000000
--- a/app-laptop/msi-keyboard/files/msi-keyboard-1.0-makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Makefile	2019-08-19 22:40:43.258528097 +0200
-+++ b/Makefile	2019-08-19 23:00:30.786462412 +0200
-@@ -1,6 +1,4 @@
- CC=g++
--CFLAGS=-c -Wall
--LDFLAGS=-lhidapi-libusb
- SOURCES=main.cpp Keyboard.cpp Color.cpp
- OBJECTS=$(SOURCES:.cpp=.o)
- EXECUTABLE=msi-keyboard
-@@ -11,8 +9,7 @@
- 	rm $(OBJECTS) $(EXECUTABLE)
- 
- $(EXECUTABLE): $(OBJECTS)
--	$(CC) $(LDFLAGS) $(OBJECTS) -o $@
-+	$(CC) $(CFLAGS) -lhidapi-libusb $(LDFLAGS) $(OBJECTS) -o $@
- 
- .cpp.o:
--	$(CC) $(CFLAGS) $< -o $@
--
-+	$(CC) $(CFLAGS) -c $< -o $@


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-07 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 16:39 [gentoo-commits] repo/gentoo:master commit in: app-laptop/msi-keyboard/files/ Michael Mair-Keimberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox