summaryrefslogtreecommitdiff
path: root/app-benchmarks/pipebench/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-benchmarks/pipebench/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-benchmarks/pipebench/files')
-rw-r--r--app-benchmarks/pipebench/files/pipebench-0.40-fix-build-system.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-benchmarks/pipebench/files/pipebench-0.40-fix-build-system.patch b/app-benchmarks/pipebench/files/pipebench-0.40-fix-build-system.patch
deleted file mode 100644
index 2d79d80ef7bc..000000000000
--- a/app-benchmarks/pipebench/files/pipebench-0.40-fix-build-system.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,16 +1,11 @@
- # $Id: Makefile,v 1.2 2002/12/15 19:58:36 marvin Exp $
-
--CC=gcc
--CFLAGS=-Wall -w -pedantic
-
- all: pipebench
- doc: pipebench.1
- install: pipebench
-- cp pipebench /usr/local/bin/
-- cp pipebench.1 /usr/local/man/man1/
--
--pipebench: pipebench.c
-- $(CC) $(CFLAGS) -o pipebench pipebench.c
-+ mkdir -p $(DESTDIR)$(EPREFIX)/usr/bin && cp pipebench $(DESTDIR)$(EPREFIX)/usr/bin/
-+ mkdir -p $(DESTDIR)$(EPREFIX)/usr/share/man/man1 && cp pipebench.1 $(DESTDIR)$(EPREFIX)/usr/share/man/man1/
-
- pipebench.1: pipebench.yodl
- yodl2man -o pipebench.1 pipebench.yodl