summaryrefslogtreecommitdiff
path: root/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch')
-rw-r--r--app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch b/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch
deleted file mode 100644
index 72695a951f7e..000000000000
--- a/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: Makefile
-===================================================================
---- a/Makefile (revision 109)
-+++ b/Makefile (working copy)
-@@ -19,7 +19,7 @@
-
- CC ?= gcc
-
--LIBS += -lncurses -lpthread -lrt -lm
-+LIBS += `pkg-config --libs ncurses` -lpthread -lrt -lm
- INCLUDEFLAGS =
-
- BIN = i7z
-@@ -42,7 +42,7 @@
-
- #http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644728 for -ltinfo on debian
- static-bin: message $(OBJ)
-- $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN) $(OBJ) -static-libgcc -DNCURSES_STATIC -static -lpthread -lncurses -lrt -lm -ltinfo
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN) $(OBJ) -static-libgcc -DNCURSES_STATIC -static -lpthread `pkg-config --static --libs ncurses` -lrt -lm
-
- # perfmon-bin: message $(OBJ)
- # $(CC) $(CFLAGS) $(LDFLAGS) -o $(PERFMON-BIN) perfmon-i7z.c helper_functions.c $(LIBS)