summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-19 18:06:34 +0000
committerwiz <wiz@pkgsrc.org>2003-09-19 18:06:34 +0000
commit7b090f46efd24bd7db87e91b2ed3203bc5da7e2f (patch)
treee22f31a9a409ffc9130c1d258502e67e75f22ba4 /benchmarks/httperf/patches
parent62fffe4ae18bbe7d622c57fcfeb38f243e89cf20 (diff)
downloadpkgsrc-7b090f46efd24bd7db87e91b2ed3203bc5da7e2f.tar.gz
Make compile on Solaris. From Jonathan Perkin in PR 22857.
Diffstat (limited to 'benchmarks/httperf/patches')
-rw-r--r--benchmarks/httperf/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/benchmarks/httperf/patches/patch-aa b/benchmarks/httperf/patches/patch-aa
new file mode 100644
index 00000000000..c6dde82f3f6
--- /dev/null
+++ b/benchmarks/httperf/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2003/09/19 18:06:36 wiz Exp $
+
+--- Makefile.orig Tue Jun 2 04:06:52 1998
++++ Makefile Fri Sep 19 15:34:28 2003
+@@ -38,9 +38,9 @@
+ CPPDEBUG := -DDEBUG $(CPPDEBUG)
+ CPPOPTIM := -DNDEBUG $(CPPOPTIM)
+
+-CPPFLAGS = -I. -Ilib $(CPP$(HOW))
+-CFLAGS = $(CONFIG) $(CFLAGS$(HOW))
+-LDFLAGS = $(LDFLAGS$(HOW))
++CPPFLAGS += -I. -Ilib $(CPP$(HOW))
++#CFLAGS = $(CONFIG) $(CFLAGS$(HOW))
++#LDFLAGS = $(LDFLAGS$(HOW))
+
+ HTTPERF = httperf object call conn sess core event http timer $(EXTRA)
+