aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/autobench
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-11-03 02:21:08 +0800
committerkrion <krion@FreeBSD.org>2003-11-03 02:21:08 +0800
commit9dd2d763b3ffbf9dcebcbb06169aae2558b810bf (patch)
tree3b7c3c13acfcbf8c4d6237d3f2aa6c8464a482e9 /benchmarks/autobench
parent4a7b3a4ddb99e23029ae4a9a5197682443837e3d (diff)
downloadfreebsd-ports-gnome-9dd2d763b3ffbf9dcebcbb06169aae2558b810bf.tar.gz
freebsd-ports-gnome-9dd2d763b3ffbf9dcebcbb06169aae2558b810bf.tar.zst
freebsd-ports-gnome-9dd2d763b3ffbf9dcebcbb06169aae2558b810bf.zip
- Add patch to respect CFLAGS
PR: 58838 Submitted by: Jens Rehsack <rehsack@liwing.de>
Diffstat (limited to 'benchmarks/autobench')
-rw-r--r--benchmarks/autobench/files/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmarks/autobench/files/patch-Makefile b/benchmarks/autobench/files/patch-Makefile
new file mode 100644
index 000000000000..c142a3f5f832
--- /dev/null
+++ b/benchmarks/autobench/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig Sat Nov 1 17:15:35 2003
++++ Makefile Sat Nov 1 17:16:01 2003
+@@ -20,9 +20,9 @@
+ endif
+
+ # Compiler & flags
+-CC=gcc
+-CFLAGS=-O2 -Wall
+-DEBUG_FLAGS=-Wall -g
++CC?=gcc
++CFLAGS?=-O2 -Wall
++DEBUG_FLAGSi?=-Wall -g
+
+ all: crfile sesslog
+