From 066d27181e9a797ad9f8fc43b49fc9a10ff2f707 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Mar 2019 13:42:34 +0000 Subject: gentoo resync : 03.03.2019 --- .../interbench/files/interbench-0.31-makefile.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-benchmarks/interbench/files/interbench-0.31-makefile.patch (limited to 'app-benchmarks/interbench/files') diff --git a/app-benchmarks/interbench/files/interbench-0.31-makefile.patch b/app-benchmarks/interbench/files/interbench-0.31-makefile.patch new file mode 100644 index 000000000000..712c54f482c8 --- /dev/null +++ b/app-benchmarks/interbench/files/interbench-0.31-makefile.patch @@ -0,0 +1,16 @@ +--- a/Makefile 2016-10-21 04:28:00.000000000 +0200 ++++ b/Makefile 2018-11-01 16:56:36.000000000 +0100 +@@ -1,8 +1,9 @@ +-CC=gcc +-CFLAGS=-W -Wall -g -O2 -s -pipe +-LDFLAGS=-lrt -lm -pthread ++CC ?= gcc ++CFLAGS+=-W -Wall ++LDFLAGS+=-lrt -lm -pthread + +-interbench: interbench.o hackbench.o -lm ++interbench: interbench.o hackbench.o ++ $(CC) $(CFLAGS) -o interbench interbench.o hackbench.o $(LDFLAGS) + interbench.o: interbench.c + hackbench.o: hackbench.c + -- cgit v1.2.3