Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/allin1/files/
Date: Sat, 02 Sep 2017 14:46:20
Message-Id: 1504363564.8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc.kensington@gentoo
1 commit: 8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 19 13:17:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:46:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e4d17
7
8 x11-plugins/allin1: remove unused patch
9
10 x11-plugins/allin1/files/makefile.patch | 23 -----------------------
11 1 file changed, 23 deletions(-)
12
13 diff --git a/x11-plugins/allin1/files/makefile.patch b/x11-plugins/allin1/files/makefile.patch
14 deleted file mode 100644
15 index 20837b4488c..00000000000
16 --- a/x11-plugins/allin1/files/makefile.patch
17 +++ /dev/null
18 @@ -1,23 +0,0 @@
19 ---- src/Makefile.old 2012-10-24 13:12:48.128285694 +0200
20 -+++ src/Makefile 2012-10-24 13:19:56.135247071 +0200
21 -@@ -11,8 +11,9 @@
22 -
23 - CC = gcc
24 - FLEX = flex
25 --LIBFLAGS = -ggdb -Wall -O2 -fPIC
26 --CFLAGS = -ggdb -Wall -O2
27 -+LIBFLAGS = -fPIC
28 -+CFLAGS =
29 -+LDFLAGS =
30 - GENERATED = allin1 confparse.c
31 - LIBRARIES = -L/usr/X11R6/lib -lXext -lX11 -lXpm -lm
32 - MODULES = allin1.o dockhelper.o memory.o battery.o cpu.o \
33 -@@ -58,7 +59,7 @@
34 -
35 -
36 - allin1: $(MODULES)
37 -- $(CC) $(CFLAGS) -o $@ $(MODULES) -DDEBUG $(LIBRARIES)
38 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(MODULES) -DDEBUG $(LIBRARIES)
39 -
40 -
41 - install: allin1