summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch')
-rw-r--r--app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch b/app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch
deleted file mode 100644
index 7e8c6b7eb6a2..000000000000
--- a/app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- contest-0.61/Makefile
-+++ contest-0.61/Makefile
-@@ -1,8 +1,8 @@
- INSTPATH=/usr
- BIN=$(INSTPATH)/bin
- MAN=$(INSTPATH)/man
--CC=gcc
--CFLAGS= -W -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations \
-+CC?=gcc
-+CFLAGS?= -W -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations \
- -g -O2
-
- ifeq ($(shell uname),FreeBSD)
-@@ -14,7 +14,7 @@
- list_load.o
-
- contest: $(objs)
-- $(CC) $(CFLAGS) -o $@ $(objs) $(KVM)
-+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(objs) $(KVM)
- contest.1.gz: contest.1
- gzip -c contest.1 > contest.1.gz
- install: contest contest.1.gz