summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-08-19 15:17:22 +0200
committerMichael Palimaka <kensington@gentoo.org>2017-09-03 00:46:04 +1000
commit8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc (patch)
tree14b2279d81fb761a850fc355e1d9e81dbfa215a1 /x11-plugins/allin1
parentnet-libs/opal: remove unused patches (diff)
downloadgentoo-8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc.tar.gz
gentoo-8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc.tar.bz2
gentoo-8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc.zip
x11-plugins/allin1: remove unused patch
Diffstat (limited to 'x11-plugins/allin1')
-rw-r--r--x11-plugins/allin1/files/makefile.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-plugins/allin1/files/makefile.patch b/x11-plugins/allin1/files/makefile.patch
deleted file mode 100644
index 20837b4488c4..000000000000
--- 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