aboutsummaryrefslogtreecommitdiff
path: root/www/gatling/files
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-08-12 16:13:10 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-08-12 16:13:10 +0000
commitefb357d4d1e699e27948a8aa6b7ee4337ead0767 (patch)
treeb8a8a4092ce8724cff63cbdcc3410e1ff2a5c925 /www/gatling/files
parent0618ffc8feec942e2d35a6b1b7cc63e21917b639 (diff)
downloadports-efb357d4d1e699e27948a8aa6b7ee4337ead0767.tar.gz
ports-efb357d4d1e699e27948a8aa6b7ee4337ead0767.zip
Notes
Diffstat (limited to 'www/gatling/files')
-rw-r--r--www/gatling/files/patch-Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/www/gatling/files/patch-Makefile b/www/gatling/files/patch-Makefile
index 44aad7e04229..578efbf29c98 100644
--- a/www/gatling/files/patch-Makefile
+++ b/www/gatling/files/patch-Makefile
@@ -1,6 +1,13 @@
--- Makefile.orig Sat May 8 02:26:21 2004
-+++ Makefile Fri Jul 30 11:06:07 2004
-@@ -8,10 +8,6 @@
++++ Makefile Thu Aug 12 11:37:25 2004
+@@ -2,16 +2,13 @@
+ BINDIR=${prefix}/bin
+ MANDIR=${prefix}/man
+ man1dir=$(MANDIR)/man1
++CFLAGS+=-I${LOCALBASE}/include/libowfat
+
+ TARGET=gatling httpbench dl bindbench mmapbench forkbench pthreadbench \
+ mktestdata manymapbench ioerr forksbench
all: $(TARGET)
@@ -11,7 +18,7 @@
gatling: gatling.o libsocket libiconv
$(CC) -o $@ gatling.o $(LDFLAGS) `cat libsocket libiconv`
-@@ -34,7 +30,7 @@
+@@ -34,7 +31,7 @@
$(CC) -static -o $@ forkbench.o $(LDFLAGS)
pthreadbench: pthreadbench.o