commit:     79dd01ecab2f132d9c6a575f56e44491433cf636
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sun Jul  3 14:12:38 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 07:18:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79dd01ec

app-benchmarks/ioping: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/1826

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../ioping/files/ioping-0.6-makefile.patch         | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/app-benchmarks/ioping/files/ioping-0.6-makefile.patch 
b/app-benchmarks/ioping/files/ioping-0.6-makefile.patch
deleted file mode 100644
index b583669..0000000
--- a/app-benchmarks/ioping/files/ioping-0.6-makefile.patch
+++ /dev/null
@@ -1,26 +0,0 @@
- Makefile |    8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index b3d741e..79022e9 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,6 +1,6 @@
--CFLAGS+=-std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64
--LDFLAGS=-lm
--PREFIX=/usr/local
-+CFLAGS+=-std=c99 -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-+LIBS=-lm
-+PREFIX?=/usr/local
- BINDIR=$(PREFIX)/bin
- MAN1DIR=$(PREFIX)/share/man/man1
- 
-@@ -30,7 +30,7 @@ install: $(BINS) $(MANS)
-       $(CC) $(CFLAGS) -DVERSION=\"${VERSION}\" -c -o $@ $^
- 
- ioping: $(OBJS)
--      $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
-+      $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
- dist: $(DISTDIR).tar.gz
- 

Reply via email to