summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-08-23 03:22:58 +0000
committerkris <kris@FreeBSD.org>2002-08-23 03:22:58 +0000
commite0db8023d98d01074bf33e215d007fc11bd732e9 (patch)
tree35aa7bac739b29d7ca39067312f3f7a2a5fd81f1 /benchmarks
parentf9696b65a9f7b6c36c02670edca70d5fedf6527d (diff)
downloadFreeBSD-ports-e0db8023d98d01074bf33e215d007fc11bd732e9.zip
FreeBSD-ports-e0db8023d98d01074bf33e215d007fc11bd732e9.tar.gz
Correct a typo to allow this to build
Noticed by: bento
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/files/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/dbench/files/patch-ac b/benchmarks/dbench/files/patch-ac
index b133f56..cd235a1 100644
--- a/benchmarks/dbench/files/patch-ac
+++ b/benchmarks/dbench/files/patch-ac
@@ -1,12 +1,12 @@
--- Makefile.orig Sun Sep 9 21:21:01 2001
-+++ Makefile Fri Apr 5 23:44:49 2002
++++ Makefile Thu Aug 22 20:21:37 2002
@@ -1,7 +1,7 @@
VERSION = 1.2.01
-CC = gcc
-CFLAGS = -O2 -Wall
+CC ?= gcc
-+CFLAGS ?= -O2 -Wall
++
CPPFLAGS = "-DVERSION=\"$(VERSION)\""
DB_OBJS = fileio.o util.o dbench.o child.o
@@ -15,7 +15,7 @@
dbench: $(DB_OBJS)
- $(CC) -o $@ $(DB_OBJS)
-+ $(CC) $(CFLAGS)-o $@ $(DB_OBJS)
++ $(CC) $(CFLAGS) -o $@ $(DB_OBJS)
tbench: $(TB_OBJS)
- $(CC) -o $@ $(TB_OBJS)
OpenPOWER on IntegriCloud