summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-09-20 18:59:11 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-09-20 22:09:15 +0200
commit84e0dd31517568c5a25c323d02917a2dd317641c (patch)
treebf82e9f9eb252a18e7d0f0ab4e3b6c1dc4ae2bed /app-benchmarks
parentmedia-plugins/vdr-pin: Remove old (diff)
downloadgentoo-84e0dd31517568c5a25c323d02917a2dd317641c.tar.gz
gentoo-84e0dd31517568c5a25c323d02917a2dd317641c.tar.bz2
gentoo-84e0dd31517568c5a25c323d02917a2dd317641c.zip
app-benchmarks/bonnie++: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/22343 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/bonnie++/files/bonnie++-1.96-compile-flags.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-benchmarks/bonnie++/files/bonnie++-1.96-compile-flags.patch b/app-benchmarks/bonnie++/files/bonnie++-1.96-compile-flags.patch
deleted file mode 100644
index 05821f977ecc..000000000000
--- a/app-benchmarks/bonnie++/files/bonnie++-1.96-compile-flags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 4f14819..1092891 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -9,9 +9,9 @@ prefix=@prefix@
- eprefix=@exec_prefix@
- #MORE_WARNINGS=-Weffc++
- WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -Wcast-align -Wsign-compare -Wpointer-arith -Wwrite-strings -Wformat-security -Wswitch-enum -Winit-self $(MORE_WARNINGS)
--CFLAGS=-O2 @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
--CXX=@CXX@ $(CFLAGS)
--LINK=@CXX@
-+CXXFLAGS += @debug@ -DNDEBUG $(WFLAGS)
-+CXX=@CXX@ $(CXXFLAGS)
-+LINK=@CXX@ $(LDFLAGS)
- THREAD_LFLAGS=@thread_ldflags@
-
- INSTALL=@INSTALL@