* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/allin1/files/
@ 2017-09-02 14:46 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2017-09-02 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Aug 19 13:17:22 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 14:46:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e4d17
x11-plugins/allin1: remove unused patch
x11-plugins/allin1/files/makefile.patch | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/x11-plugins/allin1/files/makefile.patch b/x11-plugins/allin1/files/makefile.patch
deleted file mode 100644
index 20837b4488c..00000000000
--- a/x11-plugins/allin1/files/makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/Makefile.old 2012-10-24 13:12:48.128285694 +0200
-+++ src/Makefile 2012-10-24 13:19:56.135247071 +0200
-@@ -11,8 +11,9 @@
-
- CC = gcc
- FLEX = flex
--LIBFLAGS = -ggdb -Wall -O2 -fPIC
--CFLAGS = -ggdb -Wall -O2
-+LIBFLAGS = -fPIC
-+CFLAGS =
-+LDFLAGS =
- GENERATED = allin1 confparse.c
- LIBRARIES = -L/usr/X11R6/lib -lXext -lX11 -lXpm -lm
- MODULES = allin1.o dockhelper.o memory.o battery.o cpu.o \
-@@ -58,7 +59,7 @@
-
-
- allin1: $(MODULES)
-- $(CC) $(CFLAGS) -o $@ $(MODULES) -DDEBUG $(LIBRARIES)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(MODULES) -DDEBUG $(LIBRARIES)
-
-
- install: allin1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-02 14:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02 14:46 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/allin1/files/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox