Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/ioping/files/
Date: Thu, 07 Jul 2016 09:04:28
Message-Id: 1467875897.79dd01ecab2f132d9c6a575f56e44491433cf636.monsieurp@gentoo
1 commit: 79dd01ecab2f132d9c6a575f56e44491433cf636
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 3 14:12:38 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 07:18:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79dd01ec
7
8 app-benchmarks/ioping: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1826
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../ioping/files/ioping-0.6-makefile.patch | 26 ----------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/app-benchmarks/ioping/files/ioping-0.6-makefile.patch b/app-benchmarks/ioping/files/ioping-0.6-makefile.patch
18 deleted file mode 100644
19 index b583669..0000000
20 --- a/app-benchmarks/ioping/files/ioping-0.6-makefile.patch
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 - Makefile | 8 ++++----
24 - 1 files changed, 4 insertions(+), 4 deletions(-)
25 -
26 -diff --git a/Makefile b/Makefile
27 -index b3d741e..79022e9 100644
28 ---- a/Makefile
29 -+++ b/Makefile
30 -@@ -1,6 +1,6 @@
31 --CFLAGS+=-std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
32 --LDFLAGS=-lm
33 --PREFIX=/usr/local
34 -+CFLAGS+=-std=c99 -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
35 -+LIBS=-lm
36 -+PREFIX?=/usr/local
37 - BINDIR=$(PREFIX)/bin
38 - MAN1DIR=$(PREFIX)/share/man/man1
39 -
40 -@@ -30,7 +30,7 @@ install: $(BINS) $(MANS)
41 - $(CC) $(CFLAGS) -DVERSION=\"${VERSION}\" -c -o $@ $^
42 -
43 - ioping: $(OBJS)
44 -- $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
45 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
46 -
47 - dist: $(DISTDIR).tar.gz
48 -